summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2017-05-08fs: f2fs: use ktime_get_real_seconds for sit_info timesDeepa Dinamani
2017-05-08fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flagTetsuo Handa
2017-05-08scripts/spelling.txt: add "intialise(d)" pattern and fix typo instancesMasahiro Yamada
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko
2017-05-08fs/xattr.c: zero out memory copied to userspace in getxattrMichal Hocko
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko
2017-05-08pidns: expose task pid_ns_for_children to userspaceKirill Tkhai
2017-05-08ns: allow ns_entries to have custom symlink contentKirill Tkhai
2017-05-08reiserfs: use designated initializersKees Cook
2017-05-08fs/proc/inode.c: remove cast from memory allocationTobin C. Harding
2017-05-08NFS append COMMIT after synchronous COPYOlga Kornievskaia
2017-05-08lockd: fix lockd shutdown raceJ. Bruce Fields
2017-05-08Merge tag 'for-f2fs-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2017-05-08ubifs: Fix a typo in comment of ioctl2ubifs & ubifs2ioctlRock Lee
2017-05-08ubifs: Remove unnecessary assignmentStefan Agner
2017-05-08ubifs: Fix cut and paste error on sb type comparisonsColin Ian King
2017-05-08ubifs: Add CONFIG_UBIFS_FS_SECURITY to disable/enable security labelsHyunchul Lee
2017-05-08Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-05-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2017-05-08block, dax: move "select DAX" from BLOCK to FS_DAXDan Williams
2017-05-08NFSv4: Fix exclusive create attributes encodingTrond Myklebust
2017-05-08NFSv4: Fix an rcu lock leakTrond Myklebust
2017-05-06Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2017-05-06Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-05-06Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-05-05Merge tag 'gfs2-4.12.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-05-05Merge tag 'for-linus-4.12-ofs-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-05-05Merge tag 'befs-v4.12-rc1' of git://github.com/luisbg/linux-befsLinus Torvalds
2017-05-05fs/affs: add rename exchangeFabian Frederick
2017-05-05fs/affs: add rename2 to prepare multiple methodsFabian Frederick
2017-05-05GFS2: Allow glocks to be unlocked after withdrawBob Peterson
2017-05-05xfs: fix use-after-free in xfs_finish_page_writebackEryu Guan
2017-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2017-05-05nfs: use kmap/kunmap directlyFabian Frederick
2017-05-05NFS: always treat the invocation of nfs_getattr as cache hit when noac is onHou Tao
2017-05-05Fix nfs_client refcounting if kmalloc fails in nfs4_proc_exchange_id and nfs4...Dave Wysochanski
2017-05-05NFSv4.1: RECLAIM_COMPLETE must handle NFS4ERR_CONN_NOT_BOUND_TO_SESSIONTrond Myklebust
2017-05-05CIFS: add misssing SFM mapping for doublequoteBjörn Jacke
2017-05-05befs: make export work with cold dcacheFabian Frederick
2017-05-05ovl: persistent inode numbers for upper hardlinksAmir Goldstein
2017-05-05ovl: merge getattr for dir and nondirMiklos Szeredi
2017-05-05ovl: constant st_ino/st_dev across copy upAmir Goldstein
2017-05-05ovl: persistent inode number for directoriesAmir Goldstein
2017-05-05ovl: set the ORIGIN type flagAmir Goldstein
2017-05-05ovl: lookup non-dir copy-up-origin by file handleAmir Goldstein
2017-05-05ovl: use an auxiliary var for overlay root entryAmir Goldstein
2017-05-05ovl: store file handle of lower inode on copy upAmir Goldstein
2017-05-05ovl: check if all layers are on the same fsAmir Goldstein