summaryrefslogtreecommitdiff
path: root/fs/super.c (follow)
Commit message (Expand)AuthorAge
* Merge android-4.4.173 (64b5644) into msm-4.4Srinivasarao P2019-02-08
|\
| * Merge 4.4.173 into android-4.4Greg Kroah-Hartman2019-02-07
| |\
| | * fs: don't scan the inode cache before SB_BORN is setDave Chinner2019-02-06
* | | Merge android-4.4.120 (d63fdf6) into msm-4.4Srinivasarao P2018-03-08
|\| |
| * | Merge 4.4.120 into android-4.4Greg Kroah-Hartman2018-03-06
| |\|
| | * sget(): handle failures of register_shrinker()Al Viro2018-03-03
| * | Merge remote-tracking branch 'common/android-4.4' into android-4.4.yDmitry Shmidt2017-02-15
| |\ \
| | * | ANDROID: vfs: Allow filesystems to access their private mount dataDaniel Rosenberg2017-01-26
| * | | Merge tag 'v4.4.28' into android-4.4.yDmitry Shmidt2016-10-28
| |\ \ \ | | | |/ | | |/|
| * | | Merge tag 'v4.4.16' into android-4.4.yDmitry Shmidt2016-08-01
| |\ \ \ | | |_|/ | |/| |
* | | | block: Use pointer to backing_dev_info from request_queueJan Kara2017-10-18
* | | | ANDROID: vfs: Allow filesystems to access their private mount dataDaniel Rosenberg2017-02-03
* | | | Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi2016-10-29
|\ \ \ \ | | |_|/ | |/| |
| * | | fs/super.c: fix race between freeze_super() and thaw_super()Oleg Nesterov2016-10-28
| | |/ | |/|
* | | Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi2016-03-14
|\| | | |/ |/|
| * writeback: flush inode cgroup wb switches instead of pinning super_blockTejun Heo2016-03-09
* | Fix for in kernel emergency remount when loop mounts are usedChristian Poetzsch2016-02-16
|/
* Merge branch 'superblock-scaling' of git://git.kernel.org/pub/scm/linux/kerne...Al Viro2015-08-21
|\
| * sync: serialise per-superblock sync operationsDave Chinner2015-08-17
| * inode: convert inode_sb_list_lock to per-sbDave Chinner2015-08-17
* | change sb_writers to use percpu_rw_semaphoreOleg Nesterov2015-08-15
* | shift percpu_counter_destroy() into destroy_super_work()Oleg Nesterov2015-08-15
* | document rwsem_release() in sb_wait_write()Oleg Nesterov2015-08-15
* | fix the broken lockdep logic in __sb_start_write()Oleg Nesterov2015-08-15
|/
* fs:super:get_anon_bdev: fix race condition could cause dev exceed its upper l...Wang YanQing2015-07-01
* cleancache: remove limit on the number of cleancache enabled filesystemsVladimir Davydov2015-04-14
* trylock_super(): replacement for grab_super_passive()Konstantin Khlebnikov2015-02-22
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-02-17
|\
| * allow attaching fs_pin to a group not associated with some superblockAl Viro2015-01-25
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-12
|\ \
| * | fs: shrinker: always scan at least one object of each typeVladimir Davydov2015-02-12
| * | fs: make shrinker memcg awareVladimir Davydov2015-02-12
| * | list_lru: organize all list_lrus to listVladimir Davydov2015-02-12
| * | fs: consolidate {nr,free}_cached_objects args in shrink_controlVladimir Davydov2015-02-12
| * | list_lru: introduce list_lru_shrink_{count,walk}Vladimir Davydov2015-02-12
| |/
* | Make super_blocks and sb_lock staticAl Viro2015-02-02
* | fs: remove default_backing_dev_infoChristoph Hellwig2015-01-20
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-10-13
|\
| * fs: Fix theoretical division by 0 in super_cache_scan().Tetsuo Handa2014-10-09
* | percpu_counter: add @gfp to percpu_counter_init()Tejun Heo2014-09-08
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2014-08-13
|\
| * quota: remove dqptr_semNiu Yawei2014-07-15
* | make fs/{namespace,super}.c forget about acct.hAl Viro2014-08-07
* | drop ->s_umount around acct_auto_close()Al Viro2014-08-07
* | acct: get rid of acct_listAl Viro2014-08-07
|/
* fs/superblock: avoid locking counting inodes and dentries before reclaiming themTim Chen2014-06-04
* fs/superblock: unregister sb shrinker before ->kill_sb()Dave Chinner2014-06-04
* fs: Don't return 0 from get_anon_bdevThomas Bächler2014-04-16
* fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-13
* fs/super.c: sync ro remount after blocking writersAndrew Ruder2014-01-31