Age | Commit message (Expand) | Author | Files | Lines |
2020-03-23 | btrfs: export and use btrfs_read_tree_root for tree-log | Josef Bacik | 3 | -3/+5 |
2020-03-23 | btrfs: make btrfs_find_orphan_roots use btrfs_get_fs_root | Josef Bacik | 1 | -34/+2 |
2020-03-23 | btrfs: move fs root init stuff into btrfs_init_fs_root | Josef Bacik | 1 | -6/+5 |
2020-03-23 | btrfs: push __setup_root into btrfs_alloc_root | Josef Bacik | 1 | -21/+15 |
2020-03-23 | btrfs: delete the ordered isize update code | Josef Bacik | 2 | -135/+0 |
2020-03-23 | btrfs: replace all uses of btrfs_ordered_update_i_size | Josef Bacik | 3 | -8/+8 |
2020-03-23 | btrfs: use the file extent tree infrastructure | Josef Bacik | 4 | -1/+94 |
2020-03-23 | btrfs: introduce per-inode file extent tree | Josef Bacik | 6 | -0/+158 |
2020-03-23 | btrfs: use btrfs_ordered_update_i_size in clone_finish_inode_update | Josef Bacik | 1 | -2/+4 |
2020-03-23 | btrfs: update the comment of btrfs_control_ioctl() | Su Yue | 1 | -1/+1 |
2020-03-23 | btrfs: relocation: Add introduction of how relocation works | Qu Wenruo | 1 | -0/+47 |
2020-03-23 | Btrfs: don't iterate mod seq list when putting a tree mod seq | Filipe Manana | 1 | -12/+13 |
2020-03-23 | btrfs: Add overview of device replace | Qu Wenruo | 1 | -0/+40 |
2020-03-22 | Merge tag 'for-5.6-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -2/+6 |
2020-03-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -4/+4 |
2020-03-22 | epoll: fix possible lost wakeup on epoll_ctl() path | Roman Penyaev | 1 | -4/+4 |
2020-03-21 | Merge tag 'io_uring-5.6-20200320' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -3/+22 |
2020-03-20 | btrfs: fix removal of raid[56|1c34} incompat flags after removing block group | Filipe Manana | 1 | -2/+2 |
2020-03-20 | io_uring: make sure accept honor rlimit nofile | Jens Axboe | 1 | -1/+4 |
2020-03-20 | io_uring: make sure openat/openat2 honor rlimit nofile | Jens Axboe | 2 | -2/+10 |
2020-03-19 | Merge tag '5.6-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2 | -2/+4 |
2020-03-18 | locks: reinstate locks_delete_block optimization | Linus Torvalds | 2 | -7/+50 |
2020-03-17 | CIFS: fiemap: do not return EINVAL if get nothing | Murphy Zhou | 1 | -1/+1 |
2020-03-17 | CIFS: Increment num_remote_opens stats counter even in case of smb2_query_dir... | Shyam Prasad N | 1 | -0/+2 |
2020-03-17 | cifs: potential unintitliazed error code in cifs_getattr() | Dan Carpenter | 1 | -1/+1 |
2020-03-15 | Merge tag 'locking-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+1 |
2020-03-15 | io_uring: NULL-deref for IOSQE_{ASYNC,DRAIN} | Pavel Begunkov | 1 | -0/+8 |
2020-03-14 | Merge tag 'nfs-for-5.6-3' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 5 | -2/+13 |
2020-03-14 | Merge tag 'fuse-fixes-5.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -3/+5 |
2020-03-14 | Merge tag 'ovl-fixes-5.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 5 | -4/+23 |
2020-03-14 | btrfs: fix log context list corruption after rename whiteout error | Filipe Manana | 1 | -0/+4 |
2020-03-13 | Merge tag 'io_uring-5.6-2020-03-13' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -16/+13 |
2020-03-13 | afs: Use kfree_rcu() instead of casting kfree() to rcu_callback_t | Jann Horn | 2 | -2/+2 |
2020-03-13 | ovl: fix lockdep warning for async write | Miklos Szeredi | 1 | -0/+6 |
2020-03-13 | ovl: fix some xino configurations | Amir Goldstein | 2 | -1/+9 |
2020-03-13 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 3 | -5/+1 |
2020-03-13 | cifs_atomic_open(): fix double-put on late allocation failure | Al Viro | 2 | -4/+0 |
2020-03-13 | gfs2_atomic_open(): fix O_EXCL|O_CREAT handling on cold dcache | Al Viro | 1 | -1/+1 |
2020-03-12 | ovl: fix lock in ovl_llseek() | Amir Goldstein | 2 | -3/+8 |
2020-03-11 | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt | Linus Torvalds | 1 | -0/+9 |
2020-03-09 | io_uring: ensure RCU callback ordering with rcu_barrier() | Jens Axboe | 1 | -16/+13 |
2020-03-08 | Merge tag 'driver-core-5.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -13/+4 |
2020-03-08 | fscrypt: don't evict dirty inodes after removing key | Eric Biggers | 1 | -0/+9 |
2020-03-07 | Merge tag 'io_uring-5.6-2020-03-07' of git://git.kernel.dk/linux-block | Linus Torvalds | 3 | -47/+38 |
2020-03-07 | io_uring: fix lockup with timeouts | Pavel Begunkov | 1 | -0/+1 |
2020-03-06 | Merge tag 'for-5.6-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+3 |
2020-03-06 | Merge tag 'filelock-v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -16/+4 |
2020-03-06 | io_uring: free fixed_file_data after RCU grace period | Jens Axboe | 1 | -2/+22 |
2020-03-06 | locks: fix a potential use-after-free problem when wakeup a waiter | yangerkun | 1 | -14/+0 |
2020-03-06 | fat: fix uninit-memory access for partial initialized inode | OGAWA Hirofumi | 1 | -12/+7 |