summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-03-15GFS2: Don't filter out I_FREEING inodes anymoreBob Peterson4-58/+7
2016-03-15GFS2: Prevent delete work from occurring on glocks used for createBob Peterson3-1/+14
2016-03-15GFS2: Fix direct IO write rounding errorBob Peterson1-1/+1
2016-03-15gfs2: avoid uninitialized variable warningArnd Bergmann1-2/+2
2016-03-14dcache.c: new helper: __d_add()Al Viro1-7/+17
2016-03-14don't bother with __d_instantiate(dentry, NULL)Al Viro1-10/+7
2016-03-14untangle fsnotify_d_instantiate() a bitAl Viro1-1/+2
2016-03-14uninline d_add()Al Viro1-0/+16
2016-03-14replace d_add_unique() with saner primitiveAl Viro2-81/+57
2016-03-14quota: use lookup_one_len_unlocked()Al Viro1-3/+1
2016-03-14cifs_get_root(): use lookup_one_len_unlocked()Al Viro1-3/+1
2016-03-14nfs_lookup: don't bother with d_instantiate(dentry, NULL)Al Viro1-8/+4
2016-03-14kill dentry_unhash()Al Viro1-25/+0
2016-03-14ceph_fill_trace(): don't bother with d_instantiate(dn, NULL)Al Viro1-3/+1
2016-03-14autofs4: don't bother with d_instantiate(dentry, NULL) in ->lookup()Al Viro1-2/+0
2016-03-14configfs: move d_rehash() into configfs_create() for regular filesAl Viro2-9/+12
2016-03-14ceph: don't bother with d_rehash() in splice_dentry()Al Viro1-13/+4
2016-03-14namei: teach lookup_slow() to skip revalidateAl Viro1-23/+35
2016-03-14namei: massage lookup_slow() to be usable by lookup_one_len_unlocked()Al Viro1-32/+24
2016-03-14lookup_one_len_unlocked(): use lookup_dcache()Al Viro1-11/+1
2016-03-14namei: simplify invalidation logics in lookup_dcache()Al Viro1-7/+3
2016-03-14namei: change calling conventions for lookup_{fast,slow} and follow_managed()Al Viro1-11/+9
2016-03-14namei: untanlge lookup_fast()Al Viro1-46/+37
2016-03-14ext4: clean up error handling in the MMP supportvikram.jadhav071-17/+17
2016-03-14jbd2: do not fail journal because of frozen_buffer allocation failureMichal Hocko1-17/+5
2016-03-14ext4: use __GFP_NOFAIL in ext4_free_blocks()Konstantin Khlebnikov1-19/+28
2016-03-14ext4: fix compile error while opening the macro DOUBLE_CHECKAihua Zhang2-12/+12
2016-03-13ext4: print ext4 mount option data_err=abort correctlyAles Novak1-2/+8
2016-03-13ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan1-3/+3
2016-03-11Merge tag 'xfs-for-linus-4.5-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-103/+168
2016-03-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-4/+9
2016-03-10pstore: Add support for 64 Bit address spaceWiebe, Wladislav (Nokia - DE/Ulm)1-2/+2
2016-03-10ext4: drop unneeded BUFFER_TRACE in ext4_delete_inline_entry()Geliang Tang1-1/+0
2016-03-10ext4: fix misspellings in comments.Adam Buchbinder5-5/+5
2016-03-10jbd2: fix FS corruption possibility in jbd2_journal_destroy() on umount pathOGAWA Hirofumi1-5/+12
2016-03-10ext4: more efficient SEEK_DATA implementationJan Kara3-61/+106
2016-03-10ext4: cleanup handling of bh->b_state in DAX mmapJan Kara1-3/+2
2016-03-10ext4: return hole from ext4_map_blocks()Jan Kara3-9/+36
2016-03-10ext4: factor out determining of hole sizeJan Kara1-33/+47
2016-03-10Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2016-03-10ext4: fix setting of referenced bit in ext4_es_lookup_extent()Jan Kara1-2/+2
2016-03-10ext4: iterate over buffer heads correctly in move_extent_per_page()Eryu Guan1-0/+1
2016-03-10dax: check return value of dax_radix_entry()Ross Zwisler1-1/+8
2016-03-10ocfs2: fix return value from ocfs2_page_mkwrite()Jan Kara1-0/+4
2016-03-09ext4: remove i_ioend_countJan Kara4-14/+1
2016-03-09ext4: simplify io_end handling for AIO DIOJan Kara3-104/+74
2016-03-09ext4: move trans handling and completion deferal out of _ext4_get_blockJan Kara1-32/+59
2016-03-09ext4: rename and split get blocks functionsJan Kara4-47/+74
2016-03-09ext4: use i_mutex to serialize unaligned AIO DIOJan Kara3-26/+14
2016-03-09ext4: pack ioend structure betterJan Kara1-1/+1