summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-for-linus-4.5-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-111-103/+168
|\
| * xfs: only run torn log write detection on dirty logsBrian Foster2016-03-061-11/+31
| * xfs: refactor in-core log state update to helperBrian Foster2016-03-061-19/+33
| * xfs: refactor unmount record detection into helperBrian Foster2016-03-061-60/+93
| * xfs: separate log head record discovery from verificationBrian Foster2016-03-061-22/+20Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-03-112-4/+9
|\ \
| * | jffs2: reduce the breakage on recovery from halfway failed rename()Al Viro2016-03-081-3/+8
| * | ncpfs: fix a braino in OOM handling in ncp_fill_cache()Al Viro2016-03-081-1/+1
* | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-101-0/+1
|\ \ \
| * | | ext4: iterate over buffer heads correctly in move_extent_per_page()Eryu Guan2016-03-101-0/+1
* | | | dax: check return value of dax_radix_entry()Ross Zwisler2016-03-101-1/+8
* | | | ocfs2: fix return value from ocfs2_page_mkwrite()Jan Kara2016-03-101-0/+4
* | | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-03-083-6/+19
|\ \ \ \
| * | | | ovl: copy new uid/gid into overlayfs runtime inodeKonstantin Khlebnikov2016-03-031-0/+2
| * | | | ovl: ignore lower entries when checking purity of non-directory entriesKonstantin Khlebnikov2016-03-032-5/+14
| * | | | ovl: fix getcwd() failure after unsuccessful rmdirRui Wang2016-03-031-1/+2
| * | | | ovl: fix working on distributed fs as lower layerKonstantin Khlebnikov2016-03-031-0/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-03-066-3/+48
|\ \ \ \ \
| * | | | | ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 supportYan, Zheng2016-03-046-3/+48
| |/ / / /
* | | | | Merge branch 'for-linus2' of git://git.kernel.dk/linux-blockLinus Torvalds2016-03-052-13/+42
|\ \ \ \ \
| * | | | | writeback: flush inode cgroup wb switches instead of pinning super_blockTejun Heo2016-03-032-13/+42
* | | | | | Merge tag 'for-linus-20160304' of git://git.infradead.org/linux-mtdLinus Torvalds2016-03-055-51/+91
|\ \ \ \ \ \
| * | | | | | Fix directory hardlinks from deleted directoriesDavid Woodhouse2016-02-252-19/+62
| * | | | | | jffs2: Fix page lock / f->sem deadlockDavid Woodhouse2016-02-252-11/+11
| * | | | | | Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin"Thomas Betker2016-02-251-21/+18Star
* | | | | | | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-03-051-1/+9
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Btrfs: fix loading of orphan roots leading to BUG_ONFilipe Manana2016-03-041-1/+9
* | | | | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2016-03-024-22/+36
|\ \ \ \ \ \ \
| * | | | | | | CIFS: Fix duplicate line introduced by clone_file_range patchSteve French2016-03-011-1/+0Star
| * | | | | | | Fix cifs_uniqueid_to_ino_t() function for s390xYadan Fan2016-02-291-8/+4Star
| * | | | | | | CIFS: Fix SMB2+ interim response processing for read requestsPavel Shilovsky2016-02-291-3/+18
| * | | | | | | cifs: fix out-of-bounds access in lease parsingJustin Maggard2016-02-291-10/+14
| | |_|/ / / / | |/| | | | |
* | | | | | | userfaultfd: don't block on the last VM updates at exit timeLinus Torvalds2016-03-021-0/+6
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-03-021-15/+5Star
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | use ->d_seq to get coherency between ->d_inode and ->d_flagsAl Viro2016-02-291-15/+5Star
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-02-283-37/+22Star
|\| | | | |
| * | | | | do_last(): ELOOP failure exit should be done after leaving RCU modeAl Viro2016-02-281-5/+4Star
| * | | | | should_follow_link(): validate ->d_seq after having decided to followAl Viro2016-02-281-0/+5
| * | | | | namei: ->d_inode of a pinned dentry is stable only for positivesAl Viro2016-02-281-2/+2
| * | | | | do_last(): don't let a bogus return value from ->open() et.al. to confuse usAl Viro2016-02-281-0/+4
| * | | | | fs: return -EOPNOTSUPP if clone is not supportedChristoph Hellwig2016-02-281-2/+4
| * | | | | hpfs: don't truncate the file when delete failsMikulas Patocka2016-02-281-28/+3Star
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-02-2710-19/+61
|\ \ \ \ \ \
| * | | | | | dax: move writeback calls into the filesystemsRoss Zwisler2016-02-275-6/+35
| * | | | | | dax: give DAX clearing code correct bdevRoss Zwisler2016-02-275-9/+12
| * | | | | | ext4: online defrag not supported with DAXRoss Zwisler2016-02-271-0/+5
| * | | | | | ext2, ext4: only set S_DAX for regular inodesRoss Zwisler2016-02-272-2/+2
| * | | | | | block: disable block device DAX by defaultDan Williams2016-02-271-1/+5
| * | | | | | ocfs2: unlock inode if deleting inode from orphan failsGuozhonghua2016-02-271-0/+1
| * | | | | | mm: ASLR: use get_random_long()Daniel Cashman2016-02-271-1/+1