summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | btrfs: all btrfs_delalloc_release_metadata take btrfs_inodeNikolay Borisov2017-02-287-19/+22
| | * | | | | | btrfs: Make btrfs_delalloc_reserve_metadata take btrfs_inodeNikolay Borisov2017-02-284-38/+39
| | * | | | | | btrfs: Make btrfs_orphan_release_metadata take btrfs_inodeNikolay Borisov2017-02-283-8/+8
| | * | | | | | btrfs: Make btrfs_orphan_reserve_metadata take btrfs_inodeNikolay Borisov2017-02-283-7/+7
| | * | | | | | btrfs: Make calc_csum_metadata_size take btrfs_inodeNikolay Borisov2017-02-281-15/+12
| | * | | | | | btrfs: Make drop_outstanding_extent take btrfs_inodeNikolay Borisov2017-02-281-12/+11
| | * | | | | | btrfs: make btrfs_alloc_data_chunk_ondemand take btrfs_inodeNikolay Borisov2017-02-283-6/+7
| | * | | | | | btrfs: make btrfs_is_free_space_inode take btrfs_inodeNikolay Borisov2017-02-285-19/+20
| | * | | | | | btrfs: Make btrfs_i_size_write take btrfs_inodeNikolay Borisov2017-02-287-19/+18
| | * | | | | | btrfs: Make btrfs_set_inode_index take btrfs_inodeNikolay Borisov2017-02-283-13/+13
| | * | | | | | btrfs: make btrfs_set_inode_index_count take btrfs_inodeNikolay Borisov2017-02-281-8/+8
| | * | | | | | btrfs: Make btrfs_insert_dir_item take btrfs_inodeNikolay Borisov2017-02-285-7/+7
| | * | | | | | btrfs: Make btrfs_log_all_parents take btrfs_inodeNikolay Borisov2017-02-281-5/+5
| * | | | | | | Btrfs: try harder to migrate items to left sibling before splitting a leafFilipe Manana2017-02-241-0/+7
| * | | | | | | Btrfs: fix data loss after truncate when using the no-holes featureFilipe Manana2017-02-241-13/+6
| * | | | | | | Btrfs: incremental send, fix unnecessary hole writes for sparse filesFilipe Manana2017-02-241-2/+86
| * | | | | | | Btrfs: fix use-after-free due to wrong order of destroying work queuesFilipe Manana2017-02-241-2/+7
| * | | | | | | Btrfs: fix assertion failure when freeing block groups at close_ctree()Filipe Manana2017-02-242-6/+9
| * | | | | | | Btrfs: do not create explicit holes when replaying log tree if NO_HOLES enabledFilipe Manana2017-02-241-0/+5
| * | | | | | | Btrfs: fix leak of subvolume writers counterRobbie Ko2017-02-241-2/+8
| * | | | | | | Btrfs: bulk delete checksum items in the same leafFilipe Manana2017-02-241-1/+27
| * | | | | | | Btrfs: incremental send, do not issue invalid rmdir operationsRobbie Ko2017-02-241-0/+13
| * | | | | | | Btrfs: incremental send, do not delay rename when parent inode is newFilipe Manana2017-02-241-3/+16
| * | | | | | | Btrfs: send, fix failure to rename top level inode due to name collisionRobbie Ko2017-02-241-1/+4
| |/ / / / / /
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-03-038-201/+213
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'ovl/for-viro' into for-linusAl Viro2017-03-027-112/+110
| |\ \ \ \ \ \ \
| | * | | | | | | vfs: use helper for calling f_op->fsync()Miklos Szeredi2017-02-201-1/+1
| | * | | | | | | mm: use helper for calling f_op->mmap()Miklos Szeredi2017-02-201-1/+1
| | * | | | | | | vfs: use helpers for calling f_op->{read,write}_iter()Miklos Szeredi2017-02-203-9/+9
| | * | | | | | | vfs: pass type instead of fn to do_{loop,iter}_readv_writev()Miklos Szeredi2017-02-201-19/+18
| | * | | | | | | vfs: extract common parts of {compat_,}do_readv_writev()Miklos Szeredi2017-02-201-51/+29
| | | |_|/ / / / | | |/| | | | |
| | * | | | | | vfs: wrap write f_ops with file_{start,end}_write()Amir Goldstein2017-02-072-4/+4
| | * | | | | | vfs: deny copy_file_range() for non regular filesAmir Goldstein2017-02-071-0/+5
| | * | | | | | vfs: deny fallocate() on directoryAmir Goldstein2017-02-071-6/+4
| | * | | | | | vfs: create vfs helper vfs_tmpfile()Amir Goldstein2017-02-071-25/+43
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'work.namei' into for-linusAl Viro2017-03-021-88/+95
| |\ \ \ \ \ \
| | * | | | | | namei.c: split unlazy_walk()Al Viro2017-01-101-39/+66
| | * | | | | | namei.c: fold the check for DCACHE_OP_REVALIDATE into d_revalidate()Al Viro2017-01-101-22/+14
| | * | | | | | lookup_fast(): clean up the logics around the fallback to non-rcu modeAl Viro2017-01-091-8/+6
| | * | | | | | namei: fold unlazy_link() into its sole callerAl Viro2017-01-091-21/+11
| | |/ / / / /
| * | | | | | orangefs: Use RCU for destroy_inodePeter Zijlstra2017-03-021-1/+8
* | | | | | | Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-03-032-78/+48
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branches 'sendmsg.misc' and 'sendmsg.ncpfs' into work.sendmsgAl Viro2016-12-271-70/+41
| |\ \ \ \ \ \ \
| | * | | | | | | ncpfs: switch to sock_sendmsg()Al Viro2016-12-271-22/+14
| | * | | | | | | ncpfs: don't mess with manually advancing iovec on sendAl Viro2016-12-271-42/+27
| | * | | | | | | ncpfs: sendmsg does *not* bugger iovec these daysAl Viro2016-12-271-8/+2
| | | |/ / / / / | | |/| | | | |
| * / | | | | | afs_send_pages(): use ITER_BVECAl Viro2016-12-271-8/+7
| |/ / / / / /
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2017-03-025-5/+5
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells2017-03-025-5/+5
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-03-0215-543/+363
|\ \ \ \ \ \