summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-03-09jbd2: fix FS corruption possibility in jbd2_journal_destroy() on umount pathOGAWA Hirofumi1-5/+12
2016-03-09ext4: more efficient SEEK_DATA implementationJan Kara3-61/+106
2016-03-09ext4: cleanup handling of bh->b_state in DAX mmapJan Kara1-3/+2
2016-03-09ext4: return hole from ext4_map_blocks()Jan Kara3-9/+36
2016-03-09ext4: factor out determining of hole sizeJan Kara1-33/+47
2016-03-09Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2016-03-09ext4: fix setting of referenced bit in ext4_es_lookup_extent()Jan Kara1-2/+2
2016-03-09ext4: iterate over buffer heads correctly in move_extent_per_page()Eryu Guan1-0/+1
2016-03-09dax: check return value of dax_radix_entry()Ross Zwisler1-1/+8
2016-03-09ocfs2: fix return value from ocfs2_page_mkwrite()Jan Kara1-0/+4
2016-03-08ext4: remove i_ioend_countJan Kara4-14/+1
2016-03-08ext4: simplify io_end handling for AIO DIOJan Kara3-104/+74
2016-03-08ext4: move trans handling and completion deferal out of _ext4_get_blockJan Kara1-32/+59
2016-03-08ext4: rename and split get blocks functionsJan Kara4-47/+74
2016-03-08ext4: use i_mutex to serialize unaligned AIO DIOJan Kara3-26/+14
2016-03-08ext4: pack ioend structure betterJan Kara1-1/+1
2016-03-07jffs2: reduce the breakage on recovery from halfway failed rename()Al Viro1-3/+8
2016-03-07ncpfs: fix a braino in OOM handling in ncp_fill_cache()Al Viro1-1/+1
2016-03-07Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-6/+19
2016-03-07Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fixIngo Molnar59-314/+686
2016-03-07xfs: only run torn log write detection on dirty logsBrian Foster1-11/+31
2016-03-07xfs: refactor in-core log state update to helperBrian Foster1-19/+33
2016-03-07xfs: refactor unmount record detection into helperBrian Foster1-60/+93
2016-03-07xfs: separate log head record discovery from verificationBrian Foster1-22/+20
2016-03-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds6-3/+48
2016-03-06configfs: switch ->default groups to a linked listChristoph Hellwig4-72/+33
2016-03-04Merge branch 'for-linus2' of git://git.kernel.dk/linux-blockLinus Torvalds2-13/+42
2016-03-04Merge tag 'for-linus-20160304' of git://git.infradead.org/linux-mtdLinus Torvalds5-51/+91
2016-03-04Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+9
2016-03-04ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 supportYan, Zheng6-3/+48
2016-03-03Btrfs: fix loading of orphan roots leading to BUG_ONFilipe Manana1-1/+9
2016-03-03block-dev: enable writeback cgroup supportShaohua Li1-1/+5
2016-03-03writeback: flush inode cgroup wb switches instead of pinning super_blockTejun Heo2-13/+42
2016-03-03ovl: copy new uid/gid into overlayfs runtime inodeKonstantin Khlebnikov1-0/+2
2016-03-03ovl: ignore lower entries when checking purity of non-directory entriesKonstantin Khlebnikov2-5/+14
2016-03-03ovl: fix getcwd() failure after unsuccessful rmdirRui Wang1-1/+2
2016-03-03ovl: fix working on distributed fs as lower layerKonstantin Khlebnikov1-0/+1
2016-03-02Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-22/+36
2016-03-02userfaultfd: don't block on the last VM updates at exit timeLinus Torvalds1-0/+6
2016-03-01Merge 4.5-rc6 into char-misc-nextGreg Kroah-Hartman44-242/+565
2016-03-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-15/+5
2016-03-01CIFS: Fix duplicate line introduced by clone_file_range patchSteve French1-1/+0
2016-02-29use ->d_seq to get coherency between ->d_inode and ->d_flagsAl Viro1-15/+5
2016-02-29Fix cifs_uniqueid_to_ino_t() function for s390xYadan Fan1-8/+4
2016-02-29CIFS: Fix SMB2+ interim response processing for read requestsPavel Shilovsky1-3/+18
2016-02-29cifs: fix out-of-bounds access in lease parsingJustin Maggard1-10/+14
2016-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-37/+22
2016-02-27do_last(): ELOOP failure exit should be done after leaving RCU modeAl Viro1-5/+4
2016-02-27should_follow_link(): validate ->d_seq after having decided to followAl Viro1-0/+5
2016-02-27namei: ->d_inode of a pinned dentry is stable only for positivesAl Viro1-2/+2