aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-03-07Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-6/+19
2016-03-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 6-3/+48
2016-03-04Merge branch 'for-linus2' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-13/+42
2016-03-04Merge tag 'for-linus-20160304' of git://git.infradead.org/linux-mtdGravatar Linus Torvalds 5-51/+91
2016-03-04Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+9
2016-03-04ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 supportGravatar Yan, Zheng 6-3/+48
2016-03-03Btrfs: fix loading of orphan roots leading to BUG_ONGravatar Filipe Manana 1-1/+9
2016-03-03writeback: flush inode cgroup wb switches instead of pinning super_blockGravatar Tejun Heo 2-13/+42
2016-03-03ovl: copy new uid/gid into overlayfs runtime inodeGravatar Konstantin Khlebnikov 1-0/+2
2016-03-03ovl: ignore lower entries when checking purity of non-directory entriesGravatar Konstantin Khlebnikov 2-5/+14
2016-03-03ovl: fix getcwd() failure after unsuccessful rmdirGravatar Rui Wang 1-1/+2
2016-03-03ovl: fix working on distributed fs as lower layerGravatar Konstantin Khlebnikov 1-0/+1
2016-03-02Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 4-22/+36
2016-03-02userfaultfd: don't block on the last VM updates at exit timeGravatar Linus Torvalds 1-0/+6
2016-03-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-15/+5
2016-03-01CIFS: Fix duplicate line introduced by clone_file_range patchGravatar Steve French 1-1/+0
2016-02-29use ->d_seq to get coherency between ->d_inode and ->d_flagsGravatar Al Viro 1-15/+5
2016-02-29Fix cifs_uniqueid_to_ino_t() function for s390xGravatar Yadan Fan 1-8/+4
2016-02-29CIFS: Fix SMB2+ interim response processing for read requestsGravatar Pavel Shilovsky 1-3/+18
2016-02-29cifs: fix out-of-bounds access in lease parsingGravatar Justin Maggard 1-10/+14
2016-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-37/+22
2016-02-27do_last(): ELOOP failure exit should be done after leaving RCU modeGravatar Al Viro 1-5/+4
2016-02-27should_follow_link(): validate ->d_seq after having decided to followGravatar Al Viro 1-0/+5
2016-02-27namei: ->d_inode of a pinned dentry is stable only for positivesGravatar Al Viro 1-2/+2
2016-02-27do_last(): don't let a bogus return value from ->open() et.al. to confuse usGravatar Al Viro 1-0/+4
2016-02-27fs: return -EOPNOTSUPP if clone is not supportedGravatar Christoph Hellwig 1-2/+4
2016-02-27hpfs: don't truncate the file when delete failsGravatar Mikulas Patocka 1-28/+3
2016-02-27Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 10-19/+61
2016-02-27Merge tag 'tags/ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-35/+3
2016-02-27ext2, ext4: fix issue with missing journal entry in ext4_dax_mkwrite()Gravatar Ross Zwisler 2-35/+3
2016-02-27dax: move writeback calls into the filesystemsGravatar Ross Zwisler 5-6/+35
2016-02-27dax: give DAX clearing code correct bdevGravatar Ross Zwisler 5-9/+12
2016-02-27ext4: online defrag not supported with DAXGravatar Ross Zwisler 1-0/+5
2016-02-27ext2, ext4: only set S_DAX for regular inodesGravatar Ross Zwisler 2-2/+2
2016-02-27block: disable block device DAX by defaultGravatar Dan Williams 1-1/+5
2016-02-27ocfs2: unlock inode if deleting inode from orphan failsGravatar Guozhonghua 1-0/+1
2016-02-27mm: ASLR: use get_random_long()Gravatar Daniel Cashman 1-1/+1
2016-02-25Fix directory hardlinks from deleted directoriesGravatar David Woodhouse 2-19/+62
2016-02-25jffs2: Fix page lock / f->sem deadlockGravatar David Woodhouse 2-11/+11
2016-02-25Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin"Gravatar Thomas Betker 1-21/+18
2016-02-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-9/+14
2016-02-23Merge tag 'nfs-for-4.5-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 4-62/+126
2016-02-22NFSv4.x/pnfs: Fix a race between layoutget and bulk recallsGravatar Trond Myklebust 1-11/+6
2016-02-22NFSv4.x/pnfs: Fix a race between layoutget and pnfs_destroy_layoutGravatar Trond Myklebust 1-2/+22
2016-02-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 4-18/+101
2016-02-20fs/pnode.c: treat zero mnt_group_id-s as unequalGravatar Maxim Patlasov 1-2/+7
2016-02-20affs_do_readpage_ofs(): just use kmap_atomic() around memcpy()Gravatar Al Viro 1-3/+2
2016-02-20xattr handlers: plug a lock leak in simple_xattr_listGravatar Mateusz Guzik 1-3/+3
2016-02-20fs: allow no_seek_end_llseek to actually seekGravatar Wouter van Kesteren 1-1/+2
2016-02-19Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 13-39/+176