- 95894ba Merge branch 'android-4.9-q' of https://android.googlesource.com/kernel/common into sos-3.x by Alexander Martinz · 2 years, 11 months ago
- 59a9798 Merge 4.9.303 into android-4.9-q by Greg Kroah-Hartman · 2 years, 11 months ago
- ca8dcff vfs: make freeze_super abort when sync_filesystem returns error by Darrick J. Wong · 3 years ago
- 0912120 Merge branch 'android-4.9-q' of https://android.googlesource.com/kernel/common into sos-3.x by Alexander Martinz · 3 years, 4 months ago
- 3e72946 Merge 4.9.246 into android-4.9-q by Greg Kroah-Hartman · 4 years, 2 months ago
- c0c2738 vfs: remove lockdep bogosity in __sb_start_write by Darrick J. Wong · 4 years, 2 months ago
- 2f8eb1c Merge android-4.9.155 (32e6695) into msm-4.9 by jianzhou · 6 years ago
- 32e6695 Merge 4.9.155 into android-4.9 by Greg Kroah-Hartman · 6 years ago
- d6f62ec fs: don't scan the inode cache before SB_BORN is set by Dave Chinner · 7 years ago
- a8a3aff Merge android-4.9.86 (b324a70) into msm-4.9 by Blagovest Kolenichev · 7 years ago
- b324a70 Merge 4.9.86 into android-4.9 by Greg Kroah-Hartman · 7 years ago
- fd7cbb5 sget(): handle failures of register_shrinker() by Al Viro · 7 years ago
- 1cdb7f9 block: Use pointer to backing_dev_info from request_queue by Jan Kara · 8 years ago
- 5feec54 fs: Better permission checking for submounts am: d3381fab77 by Eric W. Biederman · 8 years ago
- d3381fa fs: Better permission checking for submounts by Eric W. Biederman · 8 years ago
- 29f888e ANDROID: vfs: Allow filesystems to access their private mount data by Daniel Rosenberg · 8 years ago
- ebab868 ANDROID: Fix for in kernel emergency remount when loop mounts are used by Christian Poetzsch · 9 years ago
- f1a9622 fs/super.c: don't fool lockdep in freeze_super() and thaw_super() paths by Oleg Nesterov · 8 years ago
- 89f39af fs/super.c: fix race between freeze_super() and thaw_super() by Oleg Nesterov · 8 years ago
- a867d73 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
- 6c60d2b fs/fs-writeback.c: add a new writeback list for sync by Dave Chinner · 8 years ago
- cc50a07 userns: Remove the now unnecessary FS_USERNS_DEV_MOUNT flag by Eric W. Biederman · 9 years ago
- 67690f9 userns: Remove implicit MNT_NODEV fragility. by Eric W. Biederman · 9 years ago
- a001e74 mnt: Move the FS_USERNS_MOUNT check into sget_userns by Eric W. Biederman · 9 years ago
- 6e4eab5 fs: Add user namespace member to struct super_block by Eric W. Biederman · 9 years ago
- d91ee87 vfs: Pass data, ns, and ns->userns to mount_ns by Eric W. Biederman · 9 years ago
- 9938b04 Merge branch 'master' into for-next by Jiri Kosina · 9 years ago
- bd7ced9 Doc: treewide : Fix typos in DocBook/filesystem.xml by Masanari Iida · 9 years ago
- a1a0e23 writeback: flush inode cgroup wb switches instead of pinning super_block by Tejun Heo · 9 years ago
- 7d1fc01 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
- a1c6f057 fs: use block_device name vsprintf helper by Dmitry Monakhov · 10 years ago
- 22224a1 fs/super.c: use && instead of & for warn_on condition by Vincent Stehlé · 9 years ago
- 061f98e Merge branch 'superblock-scaling' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next into for-next by Al Viro · 9 years ago
- e97fedb sync: serialise per-superblock sync operations by Dave Chinner · 10 years ago
- 74278da inode: convert inode_sb_list_lock to per-sb by Dave Chinner · 10 years ago
- 8129ed2 change sb_writers to use percpu_rw_semaphore by Oleg Nesterov · 9 years ago
- 853b39a shift percpu_counter_destroy() into destroy_super_work() by Oleg Nesterov · 9 years ago
- 0e28e01 document rwsem_release() in sb_wait_write() by Oleg Nesterov · 9 years ago
- f4b554a fix the broken lockdep logic in __sb_start_write() by Oleg Nesterov · 9 years ago
- 1af95de fs:super:get_anon_bdev: fix race condition could cause dev exceed its upper limitation by Wang YanQing · 10 years ago
- 3cb29d1 cleancache: remove limit on the number of cleancache enabled filesystems by Vladimir Davydov · 10 years ago
- eb6ef3d trylock_super(): replacement for grab_super_passive() by Konstantin Khlebnikov · 10 years ago
- 5065296 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- 8180995 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
- 49e7e7f fs: shrinker: always scan at least one object of each type by Vladimir Davydov · 10 years ago
- 2acb60a fs: make shrinker memcg aware by Vladimir Davydov · 10 years ago
- c0a5b56 list_lru: organize all list_lrus to list by Vladimir Davydov · 10 years ago
- 4101b62 fs: consolidate {nr,free}_cached_objects args in shrink_control by Vladimir Davydov · 10 years ago
- 503c358 list_lru: introduce list_lru_shrink_{count,walk} by Vladimir Davydov · 10 years ago
- 15d0f5e Make super_blocks and sb_lock static by Al Viro · 10 years ago
- fdab684 allow attaching fs_pin to a group not associated with some superblock by Al Viro · 10 years ago
- df0ce26 fs: remove default_backing_dev_info by Christoph Hellwig · 10 years ago
- 77c688a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- 475d0db fs: Fix theoretical division by 0 in super_cache_scan(). by Tetsuo Handa · 11 years ago
- 908c7f1 percpu_counter: add @gfp to percpu_counter_init() by Tejun Heo · 10 years ago
- cec9970 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 10 years ago
- 8fa1f1c make fs/{namespace,super}.c forget about acct.h by Al Viro · 11 years ago
- 0aec09d drop ->s_umount around acct_auto_close() by Al Viro · 10 years ago
- 215752f acct: get rid of acct_list by Al Viro · 10 years ago
- b9ba6f9 quota: remove dqptr_sem by Niu Yawei · 11 years ago
- d23da15 fs/superblock: avoid locking counting inodes and dentries before reclaiming them by Tim Chen · 11 years ago
- 28f2cd4f fs/superblock: unregister sb shrinker before ->kill_sb() by Dave Chinner · 11 years ago
- a2a4dc4 fs: Don't return 0 from get_anon_bdev by Thomas Bächler · 11 years ago
- 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 11 years ago
- 807612d fs/super.c: sync ro remount after blocking writers by Andrew Ruder · 11 years ago
- b5bd856 fs/super.c: fix WARN on alloc_super() fail path by Vladimir Davydov · 11 years ago
- eee5cc2 get rid of s_files and files_lock by Al Viro · 11 years ago
- e2fec7c make freeing super_block rcu-delayed by Al Viro · 11 years ago
- 7eb5e88 uninline destroy_super(), consolidate alloc_super() by Al Viro · 11 years ago
- c2d22ec fs/super.c: fix lru_list leak for real by Al Viro · 11 years ago
- f5e1dd3 super: fix for destroy lrus by Glauber Costa · 11 years ago
- 5ca302c list_lru: dynamically adjust node arrays by Glauber Costa · 11 years ago
- 9b17c62 fs: convert inode and dentry shrinking to be node aware by Dave Chinner · 11 years ago
- f604156 dcache: convert to use new lru list infrastructure by Dave Chinner · 11 years ago
- bc3b14c inode: convert inode lru list to generic lru list code. by Dave Chinner · 11 years ago
- 0a234c6 shrinker: convert superblock shrinkers to new API by Dave Chinner · 11 years ago
- 1915684 dentry: move to per-sb LRU locks by Dave Chinner · 11 years ago
- 55f841c super: fix calculation of shrinkable objects for small numbers by Glauber Costa · 11 years ago
- d040790 prune_super(): sb->s_op is never NULL by Al Viro · 11 years ago
- 7b7a866 direct-io: Implement generic deferred AIO completions by Christoph Hellwig · 11 years ago
- acfec9a livelock avoidance in sget() by Al Viro · 11 years ago
- b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
- e8c8d1b idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.c by Tejun Heo · 12 years ago
- 8e22cc8 vfs: drop lock/unlock super by Marco Stornelli · 12 years ago
- 125c4c7 idr: rename MAX_LEVEL to MAX_IDR_LEVEL by Fengguang Wu · 12 years ago
- 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
- f0cd2db vfs: kill write_super and sync_supers by Artem Bityutskiy · 12 years ago
- a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
- 8e125cd vmscan: remove obsolete shrink_control comment by Minchan Kim · 12 years ago
- d9c95bd fs: Remove old freezing mechanism by Jan Kara · 13 years ago
- 5accdf8 fs: Improve filesystem freezing handling by Jan Kara · 13 years ago
- 2e3ee61 Merge tag 'writeback-proportions' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 12 years ago
- 9249e17 VFS: Pass mount flags to sget() by David Howells · 13 years ago
- 331cbde writeback: Fix some comment errors by Wanpeng Li · 13 years ago
- 11bcb32 Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
- aab008d Merge tag 'stable/for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/mm by Linus Torvalds · 13 years ago
- 3556485 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 13 years ago
- 16c0cfa Merge branch 'stable/cleancache.v13' into linux-next by Konrad Rzeszutek Wilk · 13 years ago
- 630d9c4 fs: reduce the use of module.h wherever possible by Paul Gortmaker · 13 years ago
- 6b6dc83 vfs: Provide function to get superblock and wait for it to thaw by Jan Kara · 13 years ago