summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-02-22jbd2: save some atomic ops in __JI_COMMIT_RUNNING handlingJan Kara2-7/+7
2016-02-22jbd2: unify revoke and tag block checksum handlingJan Kara4-60/+23
2016-02-22jbd2: factor out common descriptor block initializationJan Kara3-18/+15
2016-02-22jbd2: remove unnecessary arguments of jbd2_journal_write_revoke_recordsJan Kara2-20/+16
2016-02-22ext4: trim unused parameter from convert_initialized_extent()Eric Whitney1-2/+2
2016-02-22mbcache: add reusable flag to cache entriesAndreas Gruenbacher3-29/+77
2016-02-22ext4: shortcut setting of xattr to the same valueJan Kara1-0/+18
2016-02-22mbcache: get rid of _e_hash_list_headAndreas Gruenbacher1-31/+10
2016-02-22ext4: kill ext4_mballoc_readyAndreas Gruenbacher1-10/+4
2016-02-22mbcache2: rename to mbcacheJan Kara8-151/+151
2016-02-22mbcache2: Use referenced bit instead of LRUJan Kara1-31/+56
2016-02-22mbcache2: limit cache sizeJan Kara1-5/+45
2016-02-22mbcache: remove mbcacheJan Kara2-859/+1
2016-02-22ext2: convert to mbcache2Jan Kara4-100/+92
2016-02-22ext4: convert to mbcache2Jan Kara4-75/+75
2016-02-22mbcache2: reimplement mbcacheJan Kara2-1/+360
2016-02-21ext4: iterate over buffer heads correctly in move_extent_per_page()Eryu Guan1-0/+1
2016-02-21ext4: make sure to revoke all the freeable blocks in ext4_free_blocksDaeho Jeong1-19/+13
2016-02-19ext4: fix crashes in dioread_nolock modeJan Kara1-20/+20
2016-02-19ext4: fix bh->b_state corruptionJan Kara1-2/+30
2016-02-16ext4: fix memleak in ext4_readdir()Kirill Tkhai1-2/+5
2016-02-12ext4: remove unused parameter "newblock" in convert_initialized_extent()Eryu Guan1-2/+2
2016-02-12ext4: don't read blocks from disk after extents being swappedEryu Guan1-3/+12
2016-02-12ext4: fix potential integer overflowInsu Yun1-1/+1
2016-02-12ext4: add a line break for proc mb_groups displayHuaitong Han1-1/+1
2016-02-11ext4: ioctl: fix erroneous return valueAnton Protopopov1-1/+1
2016-02-11ext4: fix scheduling in atomic on group checksum failureJan Kara2-5/+8
2016-02-08ext4 crypto: move context consistency check to ext4_file_open()Theodore Ts'o2-2/+15
2016-02-07ext4 crypto: revalidate dentry after adding or removing the keyTheodore Ts'o4-0/+81
2016-01-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2016-01-29Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds11-32/+113
2016-01-29Revert "btrfs: synchronize incompat feature bits with sysfs files"Chris Mason4-17/+0
2016-01-27btrfs: don't use GFP_HIGHMEM for free-space-tree bitmap kzallocChris Mason1-1/+1
2016-01-27Merge branch 'dev/fst-followup' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason6-18/+34
2016-01-27btrfs: sysfs: check initialization state before updating featuresDavid Sterba1-0/+3
2016-01-25Revert "btrfs: clear PF_NOFREEZE in cleaner_kthread()"David Sterba1-1/+0
2016-01-25btrfs: async-thread: Fix a use-after-free error for traceQu Wenruo1-1/+1
2016-01-25Btrfs: fix race between fsync and lockless direct IO writesFilipe Manana2-11/+39
2016-01-25Merge branch 'fix/fst-sysfs' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason6-1/+53
2016-01-25btrfs: add free space tree to the cow-only listDavid Sterba1-1/+2
2016-01-25btrfs: add free space tree to lockdep classesDavid Sterba1-0/+1
2016-01-24Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+5
2016-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds4-150/+389
2016-01-24Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds16-52/+238
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds136-722/+725
2016-01-23Merge tag 'nfs-for-4.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds5-69/+47
2016-01-22vfs: abort dedupe loop if fatal signals are pendingDarrick J. Wong1-0/+3
2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa5-22/+6
2016-01-22dax: never rely on bh.b_dev being set by get_block()Ross Zwisler1-0/+3
2016-01-22xfs: call dax_pfn_mkwrite() for DAX fsync/msyncRoss Zwisler1-3/+4