summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2016-03-14cifs_get_root(): use lookup_one_len_unlocked()Al Viro
2016-03-14nfs_lookup: don't bother with d_instantiate(dentry, NULL)Al Viro
2016-03-14kill dentry_unhash()Al Viro
2016-03-14ceph_fill_trace(): don't bother with d_instantiate(dn, NULL)Al Viro
2016-03-14autofs4: don't bother with d_instantiate(dentry, NULL) in ->lookup()Al Viro
2016-03-14configfs: move d_rehash() into configfs_create() for regular filesAl Viro
2016-03-14ceph: don't bother with d_rehash() in splice_dentry()Al Viro
2016-03-14namei: teach lookup_slow() to skip revalidateAl Viro
2016-03-14namei: massage lookup_slow() to be usable by lookup_one_len_unlocked()Al Viro
2016-03-14lookup_one_len_unlocked(): use lookup_dcache()Al Viro
2016-03-14namei: simplify invalidation logics in lookup_dcache()Al Viro
2016-03-14namei: change calling conventions for lookup_{fast,slow} and follow_managed()Al Viro
2016-03-14namei: untanlge lookup_fast()Al Viro
2016-03-06lookup_dcache(): lift d_alloc() into callersAl Viro
2016-03-05do_last(): reorder and simplify a bitAl Viro
2016-03-05Merge branch 'for-linus' into work.lookupsAl Viro
2016-02-29use ->d_seq to get coherency between ->d_inode and ->d_flagsAl Viro
2016-02-28do_last(): ELOOP failure exit should be done after leaving RCU modeAl Viro
2016-02-28should_follow_link(): validate ->d_seq after having decided to followAl Viro
2016-02-28namei: ->d_inode of a pinned dentry is stable only for positivesAl Viro
2016-02-28do_last(): don't let a bogus return value from ->open() et.al. to confuse usAl Viro
2016-02-28fs: return -EOPNOTSUPP if clone is not supportedChristoph Hellwig
2016-02-28hpfs: don't truncate the file when delete failsMikulas Patocka
2016-02-22ecryptfs_encrypt_and_encode_filename(): drop unused argumentAl Viro
2016-02-22ecryptfs_lookup(): use lookup_one_len_unlocked()Al Viro
2016-02-20fs/pnode.c: treat zero mnt_group_id-s as unequalMaxim Patlasov
2016-02-20affs_do_readpage_ofs(): just use kmap_atomic() around memcpy()Al Viro
2016-02-20xattr handlers: plug a lock leak in simple_xattr_listMateusz Guzik
2016-02-20fs: allow no_seek_end_llseek to actually seekWouter van Kesteren
2016-02-14Merge tag 'tty-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2016-02-12Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-02-12Merge tag 'xfs-fixes-for-linus-4.5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-02-11btrfs: properly set the termination value of ctx->pos in readdirDavid Sterba
2016-02-08xfs: fix endianness error when checking log block crc on big endian platformsDarrick J. Wong
2016-02-07pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski
2016-02-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-02-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2016-02-06epoll: restrict EPOLLEXCLUSIVE to POLLIN and POLLOUTJason Baron
2016-02-06dax: dirty inode only if requiredDmitry Monakhov
2016-02-06ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanupxuejiufei
2016-02-06block: fix pfn_mkwrite() DAX fault handlerRoss Zwisler
2016-02-05Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctlFilipe Manana
2016-02-04ceph: fix snap context leak in error pathYan, Zheng
2016-02-04ceph: checking for IS_ERR instead of NULLDan Carpenter
2016-02-03Btrfs: remove no longer used function extent_read_full_page_nolock()Filipe Manana
2016-02-03Btrfs: fix page reading in extent_same ioctl leading to csum errorsFilipe Manana
2016-02-03Btrfs: fix invalid page accesses in extent_same (dedup) ioctlFilipe Manana
2016-02-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-02-03Merge tag 'nfs-for-4.5-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2016-02-03proc: revert /proc/<pid>/maps [stack:TID] annotationJohannes Weiner