aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2016-03-11Merge tag 'xfs-for-linus-4.5-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-03-09Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-09ext4: iterate over buffer heads correctly in move_extent_per_page()Eryu Guan
2016-03-09dax: check return value of dax_radix_entry()Ross Zwisler
2016-03-09ocfs2: fix return value from ocfs2_page_mkwrite()Jan Kara
2016-03-07jffs2: reduce the breakage on recovery from halfway failed rename()Al Viro
2016-03-07ncpfs: fix a braino in OOM handling in ncp_fill_cache()Al Viro
2016-03-07Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-03-07xfs: only run torn log write detection on dirty logsBrian Foster
2016-03-07xfs: refactor in-core log state update to helperBrian Foster
2016-03-07xfs: refactor unmount record detection into helperBrian Foster
2016-03-07xfs: separate log head record discovery from verificationBrian Foster
2016-03-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2016-03-04Merge branch 'for-linus2' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-03-04Merge tag 'for-linus-20160304' of git://git.infradead.org/linux-mtdLinus Torvalds
2016-03-04Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-03-04ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 supportYan, Zheng
2016-03-03Btrfs: fix loading of orphan roots leading to BUG_ONFilipe Manana
2016-03-03writeback: flush inode cgroup wb switches instead of pinning super_blockTejun Heo
2016-03-03ovl: copy new uid/gid into overlayfs runtime inodeKonstantin Khlebnikov
2016-03-03ovl: ignore lower entries when checking purity of non-directory entriesKonstantin Khlebnikov
2016-03-03ovl: fix getcwd() failure after unsuccessful rmdirRui Wang
2016-03-03ovl: fix working on distributed fs as lower layerKonstantin Khlebnikov
2016-03-02Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2016-03-02userfaultfd: don't block on the last VM updates at exit timeLinus Torvalds
2016-03-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-03-01CIFS: Fix duplicate line introduced by clone_file_range patchSteve French
2016-02-29use ->d_seq to get coherency between ->d_inode and ->d_flagsAl Viro
2016-02-29Fix cifs_uniqueid_to_ino_t() function for s390xYadan Fan
2016-02-29CIFS: Fix SMB2+ interim response processing for read requestsPavel Shilovsky
2016-02-29cifs: fix out-of-bounds access in lease parsingJustin Maggard
2016-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-02-27do_last(): ELOOP failure exit should be done after leaving RCU modeAl Viro
2016-02-27should_follow_link(): validate ->d_seq after having decided to followAl Viro
2016-02-27namei: ->d_inode of a pinned dentry is stable only for positivesAl Viro
2016-02-27do_last(): don't let a bogus return value from ->open() et.al. to confuse usAl Viro
2016-02-27fs: return -EOPNOTSUPP if clone is not supportedChristoph Hellwig
2016-02-27hpfs: don't truncate the file when delete failsMikulas Patocka
2016-02-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-02-27Merge tag 'tags/ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2016-02-27ext2, ext4: fix issue with missing journal entry in ext4_dax_mkwrite()Ross Zwisler
2016-02-27dax: move writeback calls into the filesystemsRoss Zwisler
2016-02-27dax: give DAX clearing code correct bdevRoss Zwisler
2016-02-27ext4: online defrag not supported with DAXRoss Zwisler
2016-02-27ext2, ext4: only set S_DAX for regular inodesRoss Zwisler
2016-02-27block: disable block device DAX by defaultDan Williams
2016-02-27ocfs2: unlock inode if deleting inode from orphan failsGuozhonghua
2016-02-27mm: ASLR: use get_random_long()Daniel Cashman
2016-02-25Fix directory hardlinks from deleted directoriesDavid Woodhouse