summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* untangle fsnotify_d_instantiate() a bitAl Viro2016-03-141-1/+2
* uninline d_add()Al Viro2016-03-141-0/+16
* replace d_add_unique() with saner primitiveAl Viro2016-03-142-81/+57
* quota: use lookup_one_len_unlocked()Al Viro2016-03-141-3/+1
* cifs_get_root(): use lookup_one_len_unlocked()Al Viro2016-03-141-3/+1
* nfs_lookup: don't bother with d_instantiate(dentry, NULL)Al Viro2016-03-141-8/+4
* kill dentry_unhash()Al Viro2016-03-141-25/+0
* ceph_fill_trace(): don't bother with d_instantiate(dn, NULL)Al Viro2016-03-141-3/+1
* autofs4: don't bother with d_instantiate(dentry, NULL) in ->lookup()Al Viro2016-03-141-2/+0
* configfs: move d_rehash() into configfs_create() for regular filesAl Viro2016-03-142-9/+12
* ceph: don't bother with d_rehash() in splice_dentry()Al Viro2016-03-141-13/+4
* namei: teach lookup_slow() to skip revalidateAl Viro2016-03-141-23/+35
* namei: massage lookup_slow() to be usable by lookup_one_len_unlocked()Al Viro2016-03-141-32/+24
* lookup_one_len_unlocked(): use lookup_dcache()Al Viro2016-03-141-11/+1
* namei: simplify invalidation logics in lookup_dcache()Al Viro2016-03-141-7/+3
* namei: change calling conventions for lookup_{fast,slow} and follow_managed()Al Viro2016-03-141-11/+9
* namei: untanlge lookup_fast()Al Viro2016-03-141-46/+37
* lookup_dcache(): lift d_alloc() into callersAl Viro2016-03-051-18/+17
* do_last(): reorder and simplify a bitAl Viro2016-03-051-11/+11
* Merge branch 'for-linus' into work.lookupsAl Viro2016-03-0541-355/+494
|\
| * use ->d_seq to get coherency between ->d_inode and ->d_flagsAl Viro2016-02-291-15/+5
| * do_last(): ELOOP failure exit should be done after leaving RCU modeAl Viro2016-02-271-5/+4
| * should_follow_link(): validate ->d_seq after having decided to followAl Viro2016-02-271-0/+5
| * namei: ->d_inode of a pinned dentry is stable only for positivesAl Viro2016-02-271-2/+2
| * do_last(): don't let a bogus return value from ->open() et.al. to confuse usAl Viro2016-02-271-0/+4
| * fs: return -EOPNOTSUPP if clone is not supportedChristoph Hellwig2016-02-271-2/+4
| * hpfs: don't truncate the file when delete failsMikulas Patocka2016-02-271-28/+3
| * fs/pnode.c: treat zero mnt_group_id-s as unequalMaxim Patlasov2016-02-201-2/+7
| * affs_do_readpage_ofs(): just use kmap_atomic() around memcpy()Al Viro2016-02-201-3/+2
| * xattr handlers: plug a lock leak in simple_xattr_listMateusz Guzik2016-02-201-3/+3
| * fs: allow no_seek_end_llseek to actually seekWouter van Kesteren2016-02-201-1/+2
| * Merge tag 'tty-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-02-141-0/+20
| |\
| | * pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski2016-02-061-0/+20
| * | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-02-128-71/+131
| |\ \
| | * | btrfs: properly set the termination value of ctx->pos in readdirDavid Sterba2016-02-113-3/+16
| | * | Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctlFilipe Manana2016-02-051-4/+6
| | * | Btrfs: remove no longer used function extent_read_full_page_nolock()Filipe Manana2016-02-033-42/+12
| | * | Btrfs: fix page reading in extent_same ioctl leading to csum errorsFilipe Manana2016-02-031-8/+21
| | * | Btrfs: fix invalid page accesses in extent_same (dedup) ioctlFilipe Manana2016-02-031-14/+76
| * | | Merge tag 'xfs-fixes-for-linus-4.5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-02-121-2/+2
| |\ \ \
| | * | | xfs: fix endianness error when checking log block crc on big endian platformsDarrick J. Wong2016-02-081-2/+2
| | | |/ | | |/|
| * | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-02-054-8/+43
| |\ \ \
| | * | | epoll: restrict EPOLLEXCLUSIVE to POLLIN and POLLOUTJason Baron2016-02-051-6/+32
| | * | | dax: dirty inode only if requiredDmitry Monakhov2016-02-051-1/+2
| | * | | ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanupxuejiufei2016-02-051-0/+2
| | * | | block: fix pfn_mkwrite() DAX fault handlerRoss Zwisler2016-02-051-1/+7
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-02-051-3/+3
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | ceph: fix snap context leak in error pathYan, Zheng2016-02-041-1/+1
| | * | | ceph: checking for IS_ERR instead of NULLDan Carpenter2016-02-041-2/+2
| | |/ /
| * | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-02-033-81/+55
| |\ \ \
OpenPOWER on IntegriCloud