summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2016-07-01Remove last traces of ->sync_pageMatthew Wilcox
2016-07-01new helper: d_same_name()Al Viro
2016-07-01dentry_cmp(): use lockless_dereference() instead of smp_read_barrier_depends()He Kuang
2016-07-01Merge branch 'for-linus' into work.miscAl Viro
2016-07-01namespace: update event counter when umounting a deleted dentryAndrey Ulanov
2016-07-019p: use file_dentry()Miklos Szeredi
2016-06-25ceph: fix d_obtain_alias() misusesAl Viro
2016-06-20lockless next_positive()Al Viro
2016-06-20libfs.c: new helper - next_positive()Al Viro
2016-06-20dcache_{readdir,dir_lseek}(): don't bother with nested ->d_lockAl Viro
2016-06-20fix idiotic braino in d_alloc_parallel()Al Viro
2016-06-12autofs racesAl Viro
2016-06-10much milder d_walk() raceAl Viro
2016-06-08coredump: fix dumping through pipesMateusz Guzik
2016-06-08fix a regression in atomic_open()Al Viro
2016-06-08fix d_walk()/non-delayed __d_free() raceAl Viro
2016-06-05autofs braino fix for do_last()Al Viro
2016-06-04fix EOPENSTALE bug in do_last()Al Viro
2016-05-29binfmt_misc: ->s_root is not going anywhereAl Viro
2016-05-29drop redundant ->owner initializationsAl Viro
2016-05-29ufs: get rid of redundant checksAl Viro
2016-05-29orangefs: constify inode_operationsAl Viro
2016-05-29missed comment updates from ->direct_IO() prototype changeAl Viro
2016-05-29file_inode(f)->i_mapping is f->f_mappingAl Viro
2016-05-29trim fsnotify hooks a bitAl Viro
2016-05-299p: new helper - v9fs_parent_fid()Al Viro
2016-05-29debugfs: ->d_parent is never NULL or negativeAl Viro
2016-05-29nfs_lookup(): remove debris left over from old sillyunlink exclusionAl Viro
2016-05-29orangefs: don't open-code %pd2Al Viro
2016-05-29tracefs: ->d_parent is never NULL or negative...Al Viro
2016-05-29hash_string: Fix zero-length case for !DCACHE_WORD_ACCESSGeorge Spelvin
2016-05-29Rename other copy of hash_string to hashlen_stringGeorge Spelvin
2016-05-28hpfs: implement the show_options methodMikulas Patocka
2016-05-28affs: fix remount failure when there are no options changedMikulas Patocka
2016-05-28hpfs: fix remount failure when there are no options changedMikulas Patocka
2016-05-28fs: fix binfmt_aout.c build errorGuenter Roeck
2016-05-28Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds
2016-05-28<linux/hash.h>: Add support for architecture-specific functionsGeorge Spelvin
2016-05-28fs/namei.c: Improve dcache hash functionGeorge Spelvin
2016-05-28fs/namei.c: Add hashlen_string() functionGeorge Spelvin
2016-05-28Merge tag 'upstream-4.7-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds
2016-05-28nfs: fix anonymous member initializer build failure with older compilersLinus Torvalds
2016-05-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-05-28switch ->setxattr() to passing dentry and inode separatelyAl Viro
2016-05-27Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-05-27Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-05-27mm: remove more IS_ERR_VALUE abusesLinus Torvalds
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann
2016-05-27direct-io: fix direct write stale data exposure from concurrent buffered readEryu Guan
2016-05-27ocfs2: bump up o2cb network protocol versionJunxiao Bi