summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Merge tag 'tags/ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-02-272-35/+3Star
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ext2, ext4: fix issue with missing journal entry in ext4_dax_mkwrite()Ross Zwisler2016-02-272-35/+3Star
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-02-244-9/+14
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | fs/pnode.c: treat zero mnt_group_id-s as unequalMaxim Patlasov2016-02-201-2/+7
| * | | | affs_do_readpage_ofs(): just use kmap_atomic() around memcpy()Al Viro2016-02-201-3/+2Star
| * | | | xattr handlers: plug a lock leak in simple_xattr_listMateusz Guzik2016-02-201-3/+3
| * | | | fs: allow no_seek_end_llseek to actually seekWouter van Kesteren2016-02-201-1/+2
* | | | | Merge tag 'nfs-for-4.5-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-02-244-62/+126
|\ \ \ \ \
| * | | | | NFSv4.x/pnfs: Fix a race between layoutget and bulk recallsTrond Myklebust2016-02-221-11/+6Star
| * | | | | NFSv4.x/pnfs: Fix a race between layoutget and pnfs_destroy_layoutTrond Myklebust2016-02-221-2/+22
| * | | | | pnfs/blocklayout: fix a memeory leak when using,vmalloc_to_pageKinglong Mee2016-02-171-2/+8
| * | | | | nfs4: fix stateid handling for the NFS v4.2 operationsChristoph Hellwig2016-02-171-43/+76