aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds16-93/+1081
2017-05-08NFSv4: Fix exclusive create attributes encodingTrond Myklebust1-40/+35
2017-05-08NFSv4: Fix an rcu lock leakTrond Myklebust1-2/+4
2017-05-06Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds14-105/+465
2017-05-06Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds55-667/+2050
2017-05-06Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-21/+13
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds6-226/+219
2017-05-05Merge tag 'gfs2-4.12.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds8-347/+518
2017-05-05Merge tag 'for-linus-4.12-ofs-1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linuxLinus Torvalds14-432/+447
2017-05-05Merge tag 'befs-v4.12-rc1' of git://github.com/luisbg/linux-befsLinus Torvalds1-0/+15
2017-05-05fs/affs: add rename exchangeFabian Frederick1-1/+57
2017-05-05fs/affs: add rename2 to prepare multiple methodsFabian Frederick3-11/+18
2017-05-05GFS2: Allow glocks to be unlocked after withdrawBob Peterson1-2/+4
2017-05-05xfs: fix use-after-free in xfs_finish_page_writebackEryu Guan1-2/+2
2017-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-4/+1
2017-05-05nfs: use kmap/kunmap directlyFabian Frederick1-55/+12
2017-05-05NFS: always treat the invocation of nfs_getattr as cache hit when noac is onHou Tao1-1/+4
2017-05-05Fix nfs_client refcounting if kmalloc fails in nfs4_proc_exchange_id and nfs4_proc_async_renewDave Wysochanski1-2/+6
2017-05-05NFSv4.1: RECLAIM_COMPLETE must handle NFS4ERR_CONN_NOT_BOUND_TO_SESSIONTrond Myklebust2-4/+13
2017-05-05CIFS: add misssing SFM mapping for doublequoteBjörn Jacke2-0/+7
2017-05-05befs: make export work with cold dcacheFabian Frederick1-0/+15
2017-05-05ovl: persistent inode numbers for upper hardlinksAmir Goldstein1-0/+3
2017-05-05ovl: merge getattr for dir and nondirMiklos Szeredi3-64/+30
2017-05-05ovl: constant st_ino/st_dev across copy upAmir Goldstein1-1/+38
2017-05-05ovl: persistent inode number for directoriesAmir Goldstein1-4/+33
2017-05-05ovl: set the ORIGIN type flagAmir Goldstein2-4/+8
2017-05-05ovl: lookup non-dir copy-up-origin by file handleAmir Goldstein1-0/+132
2017-05-05ovl: use an auxiliary var for overlay root entryAmir Goldstein1-5/+4
2017-05-05ovl: store file handle of lower inode on copy upAmir Goldstein2-0/+118
2017-05-05ovl: check if all layers are on the same fsAmir Goldstein4-0/+18
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+86
2017-05-04btrfs: fix the gfp_mask for the reada_zones radix treeChris Mason2-2/+2
2017-05-04orangefs: count directory pieces correctlyMartin Brandenburg1-2/+5
2017-05-04orangefs: invalidate stored directory on seekMartin Brandenburg1-1/+23
2017-05-04orangefs: skip forward to the next directory entry if seek is shortMartin Brandenburg1-4/+14
2017-05-04ext4: clean up ext4_match() and callersEric Biggers1-56/+25
2017-05-04f2fs: switch to using fscrypt_match_name()Eric Biggers1-24/+4
2017-05-04ext4: switch to using fscrypt_match_name()Eric Biggers1-17/+5
2017-05-04fscrypt: introduce helper function for filename matchingEric Biggers2-22/+70
2017-05-04fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers3-5/+5
2017-05-04f2fs: check entire encrypted bigname when finding a dentryJaegeuk Kim4-20/+31
2017-05-04ubifs: check for consistent encryption contexts in ubifs_lookup()Eric Biggers1-0/+11
2017-05-04f2fs: sync f2fs_lookup() with ext4_lookup()Eric Biggers1-3/+4
2017-05-04ext4: remove "nokey" check from ext4_lookup()Eric Biggers1-8/+1
2017-05-04fscrypt: fix context consistency check when key(s) unavailableEric Biggers1-19/+68
2017-05-04jbd2: cleanup write flags handling from jbd2_write_superblock()Jan Kara1-7/+8
2017-05-04ext4: mark superblock writes synchronous for nobarrier mountsJan Kara1-1/+1
2017-05-04nfs: Fix bdi handling for cloned superblocksJan Kara2-21/+13
2017-05-04ceph: fix memory leak in __ceph_setxattr()Luis Henriques1-0/+3
2017-05-04ceph: fix file open flags on ppc64Alexander Graf1-1/+33