summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* btrfs: add a comment describing delalloc space reservationJosef Bacik2020-03-231-0/+102
* btrfs: add a comment describing block reservesJosef Bacik2020-03-231-0/+92
* btrfs: handle NULL roots in btrfs_put/btrfs_grab_fs_rootJosef Bacik2020-03-231-0/+4
* btrfs: make the fs root init functions staticJosef Bacik2020-03-232-6/+3
* btrfs: open code btrfs_read_fs_root_no_nameJosef Bacik2020-03-2312-23/+17
* btrfs: remove btrfs_read_fs_root, not used anymoreJosef Bacik2020-03-232-14/+1
* btrfs: make relocation use btrfs_read_tree_root()Josef Bacik2020-03-231-2/+4
* btrfs: export and use btrfs_read_tree_root for tree-logJosef Bacik2020-03-233-3/+5
* btrfs: make btrfs_find_orphan_roots use btrfs_get_fs_rootJosef Bacik2020-03-231-34/+2
* btrfs: move fs root init stuff into btrfs_init_fs_rootJosef Bacik2020-03-231-6/+5
* btrfs: push __setup_root into btrfs_alloc_rootJosef Bacik2020-03-231-21/+15
* btrfs: delete the ordered isize update codeJosef Bacik2020-03-232-135/+0
* btrfs: replace all uses of btrfs_ordered_update_i_sizeJosef Bacik2020-03-233-8/+8
* btrfs: use the file extent tree infrastructureJosef Bacik2020-03-234-1/+94
* btrfs: introduce per-inode file extent treeJosef Bacik2020-03-236-0/+158
* btrfs: use btrfs_ordered_update_i_size in clone_finish_inode_updateJosef Bacik2020-03-231-2/+4
* btrfs: update the comment of btrfs_control_ioctl()Su Yue2020-03-231-1/+1
* btrfs: relocation: Add introduction of how relocation worksQu Wenruo2020-03-231-0/+47
* Btrfs: don't iterate mod seq list when putting a tree mod seqFilipe Manana2020-03-231-12/+13
* btrfs: Add overview of device replaceQu Wenruo2020-03-231-0/+40
* Merge tag 'for-5.6-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-03-222-2/+6
|\
| * btrfs: fix removal of raid[56|1c34} incompat flags after removing block groupFilipe Manana2020-03-201-2/+2
| * btrfs: fix log context list corruption after rename whiteout errorFilipe Manana2020-03-131-0/+4
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-03-221-4/+4
|\ \
| * | epoll: fix possible lost wakeup on epoll_ctl() pathRoman Penyaev2020-03-221-4/+4
* | | Merge tag 'io_uring-5.6-20200320' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-212-3/+22
|\ \ \ | |/ / |/| |
| * | io_uring: make sure accept honor rlimit nofileJens Axboe2020-03-201-1/+4
| * | io_uring: make sure openat/openat2 honor rlimit nofileJens Axboe2020-03-202-2/+10
| * | io_uring: NULL-deref for IOSQE_{ASYNC,DRAIN}Pavel Begunkov2020-03-141-0/+8
* | | Merge tag '5.6-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-03-192-2/+4
|\ \ \
| * | | CIFS: fiemap: do not return EINVAL if get nothingMurphy Zhou2020-03-171-1/+1
| * | | CIFS: Increment num_remote_opens stats counter even in case of smb2_query_dir...Shyam Prasad N2020-03-171-0/+2
| * | | cifs: potential unintitliazed error code in cifs_getattr()Dan Carpenter2020-03-171-1/+1
* | | | locks: reinstate locks_delete_block optimizationLinus Torvalds2020-03-182-7/+50
|/ / /
* | | Merge tag 'locking-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-151-0/+1
|\ \ \
| * | | futex: Fix inode life-time issuePeter Zijlstra2020-03-061-0/+1
* | | | Merge tag 'nfs-for-5.6-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2020-03-135-2/+13
|\ \ \ \
| * | | | nfs: add minor version to nfs_server_key for fscacheScott Mayhew2020-02-253-1/+3
| * | | | NFS: Fix leak of ctx->nfs_server.hostnameScott Mayhew2020-02-251-0/+2
| * | | | NFS: Don't hard-code the fs_type when submountingScott Mayhew2020-02-251-1/+1
| * | | | NFS: Ensure the fs_context has the correct fs_type before mountingScott Mayhew2020-02-211-0/+7
* | | | | Merge tag 'fuse-fixes-5.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-03-132-3/+5
|\ \ \ \ \
| * | | | | fuse: fix stack use after returnMiklos Szeredi2020-02-132-3/+5
* | | | | | Merge tag 'ovl-fixes-5.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-03-135-4/+23
|\ \ \ \ \ \
| * | | | | | ovl: fix lockdep warning for async writeMiklos Szeredi2020-03-131-0/+6
| * | | | | | ovl: fix some xino configurationsAmir Goldstein2020-03-132-1/+9
| * | | | | | ovl: fix lock in ovl_llseek()Amir Goldstein2020-03-122-3/+8
* | | | | | | Merge tag 'io_uring-5.6-2020-03-13' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-131-16/+13
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | io_uring: ensure RCU callback ordering with rcu_barrier()Jens Axboe2020-03-091-16/+13
* | | | | | | afs: Use kfree_rcu() instead of casting kfree() to rcu_callback_tJann Horn2020-03-132-2/+2