summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: send, don't bug on inconsistent snapshotsFilipe Manana2016-08-011-3/+45
* Btrfs: send, avoid incorrect leaf accesses when sending utimes operationsFilipe Manana2016-08-011-0/+2
* Btrfs: send, fix invalid leaf accesses due to incorrect utimes operationsRobbie Ko2016-08-011-1/+11
* Btrfs: send, fix warning due to late freeing of orphan_dir_info structuresRobbie Ko2016-08-011-0/+4
* Btrfs: incremental send, fix premature rmdir operationsRobbie Ko2016-08-011-1/+1
* Btrfs: incremental send, fix invalid paths for rename operationsFilipe Manana2016-08-011-1/+2
* Btrfs: send, add missing error check for calls to path_loop()Filipe Manana2016-08-011-0/+2
* Btrfs: send, fix failure to move directories with the same name aroundRobbie Ko2016-08-011-5/+95
* Btrfs: add missing check for writeback errors on fsyncFilipe Manana2016-08-011-0/+8
* Btrfs: fix delalloc accounting after copy_from_user faultsChris Mason2016-07-211-7/+5Star
* Btrfs: avoid deadlocks during reservations in btrfs_truncate_blockJosef Bacik2016-07-211-0/+5
* Btrfs: use FLUSH_LIMIT for relocation in reserve_metadata_bytesJosef Bacik2016-07-072-17/+22
* Btrfs: fill relocation block rsv after allocationJosef Bacik2016-07-071-0/+6
* Btrfs: always use trans->block_rsv for orphansJosef Bacik2016-07-071-1/+7
* Btrfs: change how we calculate the global block rsvJosef Bacik2016-07-071-36/+9Star
* Btrfs: use root when checking need_async_flushJosef Bacik2016-07-071-5/+6
* Btrfs: don't bother kicking async if there's nothing to reclaimJosef Bacik2016-07-071-0/+3
* Btrfs: fix release reserved extents trace pointsJosef Bacik2016-07-071-5/+1Star
* Btrfs: add tracepoints for flush eventsJosef Bacik2016-07-072-10/+21
* Btrfs: fix delalloc reservation amount tracepointJosef Bacik2016-07-071-1/+3
* Btrfs: trace pinned extentsJosef Bacik2016-07-071-0/+8
* Btrfs: introduce ticketed enospc infrastructureJosef Bacik2016-07-072-151/+380
* Btrfs: add tracepoint for adding block groupsJosef Bacik2016-07-071-0/+2
* Btrfs: warn_on for unaccounted spacesJosef Bacik2016-07-071-6/+8
* Btrfs: change delayed reservation fallback behaviorJosef Bacik2016-07-071-41/+23Star
* Btrfs: always reserve metadata for delalloc extentsJosef Bacik2016-07-071-22/+13Star
* Btrfs: fix callers of btrfs_block_rsv_migrateJosef Bacik2016-07-076-25/+18Star
* Btrfs: add bytes_readonly to the spaceinfo at onceJosef Bacik2016-07-071-18/+11Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2016-07-033-1/+31
|\
| * fuse: serialize dirops by defaultMiklos Szeredi2016-06-303-1/+31
* | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-07-032-8/+33
|\ \
| * | ovl: warn instead of error if d_type is not supportedVivek Goyal2016-07-031-5/+7
| * | ovl: get_write_access() in truncateMiklos Szeredi2016-06-291-0/+21
| * | ovl: fix dentry leak for default_permissionsMiklos Szeredi2016-06-291-3/+5
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-024-48/+78
|\ \
| * | namespace: update event counter when umounting a deleted dentryAndrey Ulanov2016-07-011-0/+1
| * | 9p: use file_dentry()Miklos Szeredi2016-07-011-3/+3
| * | ceph: fix d_obtain_alias() misusesAl Viro2016-06-251-7/+3Star
| * | lockless next_positive()Al Viro2016-06-201-5/+27
| * | libfs.c: new helper - next_positive()Al Viro2016-06-201-30/+47
| * | dcache_{readdir,dir_lseek}(): don't bother with nested ->d_lockAl Viro2016-06-201-9/+3Star
* | | Merge tag 'nfsd-4.7-3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-07-022-4/+11
|\ \ \
| * | | locks: use file_inode()Miklos Szeredi2016-07-011-1/+1
| * | | lockd: unregister notifier blocks if the service fails to come up completelyScott Mayhew2016-06-301-3/+10
| | |/ | |/|
* | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-07-021-1/+6
|\ \ \
| * | | dax: fix offset overflow in dax_ioEric Sandeen2016-06-271-1/+6
* | | | Merge tag 'nfs-for-4.7-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2016-06-308-23/+45
|\ \ \ \
| * | | | NFS: Fix another OPEN_DOWNGRADE bugTrond Myklebust2016-06-281-3/+2Star
| * | | | make nfs_atomic_open() call d_drop() on all ->open_context() errors.Al Viro2016-06-271-1/+1
| * | | | NFS: Fix an unused variable warningTrond Myklebust2016-06-241-2/+0Star