summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | btrfs: make free_io_failure take btrfs_inodeNikolay Borisov2017-02-283-11/+13
| | * | | | | | btrfs: Make lock_and_cleanup_extent_if_need take btrfs_inodeNikolay Borisov2017-02-281-14/+14
| | * | | | | | btrfs: Make check_can_nocow take btrfs_inodeNikolay Borisov2017-02-281-10/+12
| | * | | | | | btrfs: Make btrfs_lookup_ordered_range take btrfs_inodeNikolay Borisov2017-02-286-18/+19
| | * | | | | | btrfs: Make btrfs_mark_extent_written take btrfs_inodeNikolay Borisov2017-02-283-6/+6
| | * | | | | | btrfs: Make fill_holes take btrfs_inodeNikolay Borisov2017-02-281-19/+18Star
| | * | | | | | btrfs: Make hole_mergeable take btrfs_inodeNikolay Borisov2017-02-281-4/+5
| | * | | | | | btrfs: Make btrfs_drop_extent_cache take btrfs_inodeNikolay Borisov2017-02-286-26/+30
| | * | | | | | btrfs: Make btrfs_requeue_inode_defrag take btrfs_inodeNikolay Borisov2017-02-281-5/+5
| | * | | | | | btrfs: Make (__)btrfs_add_inode_defrag take btrfs_inodeNikolay Borisov2017-02-283-16/+17
| | * | | | | | 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/+12Star
| | * | | | | | btrfs: Make drop_outstanding_extent take btrfs_inodeNikolay Borisov2017-02-281-12/+11Star
| | * | | | | | 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/+18Star
| | * | | | | | 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/+6Star
| * | | | | | | 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/+110Star
| |\ \ \ \ \ \ \
| | * | | | | | | 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/+18Star
| | * | | | | | | vfs: extract common parts of {compat_,}do_readv_writev()Miklos Szeredi2017-02-201-51/+29Star
| | | |_|/ / / / | | |/| | | | |
| | * | | | | | 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/+4Star
| | * | | | | | 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/+14Star
| | * | | | | | lookup_fast(): clean up the logics around the fallback to non-rcu modeAl Viro2017-01-091-8/+6Star
| | * | | | | | namei: fold unlazy_link() into its sole callerAl Viro2017-01-091-21/+11Star
| | |/ / / / /