index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-14
btrfs: Make btrfs_log_new_name take btrfs_inode
Nikolay Borisov
3
-15
/
+13
2017-02-14
btrfs: Make btrfs_inode_in_log take btrfs_inode
Nikolay Borisov
4
-20
/
+18
2017-02-14
btrfs: Make btrfs_record_snapshot_destroy take btrfs_inode
Nikolay Borisov
3
-6
/
+6
2017-02-14
btrfs: Make btrfs_record_unlink_dir take btrfs_inode
Nikolay Borisov
3
-14
/
+14
2017-02-14
btrfs: Make btrfs_must_commit_transaction take btrfs_inode
Nikolay Borisov
1
-9
/
+9
2017-02-14
btrfs: Make btrfs_inode_delayed_dir_index_count take btrfs_inode
Nikolay Borisov
3
-5
/
+5
2017-02-14
btrfs: Make btrfs_commit_inode_delayed_items take btrfs_inode
Nikolay Borisov
3
-4
/
+4
2017-02-14
btrfs: Make btrfs_commit_inode_delayed_inode take btrfs_inode
Nikolay Borisov
4
-6
/
+6
2017-02-14
btrfs: Make btrfs_remove_delayed_node take btrfs_inode
Nikolay Borisov
3
-5
/
+5
2017-02-14
btrfs: Make btrfs_kill_delayed_inode_items take btrfs_inode
Nikolay Borisov
3
-4
/
+4
2017-02-14
btrfs: Make btrfs_delayed_delete_inode_ref take btrfs_inode
Nikolay Borisov
3
-5
/
+5
2017-02-14
btrfs: Make btrfs_delete_delayed_dir_index take btrfs_inode
Nikolay Borisov
3
-6
/
+6
2017-02-14
btrfs: Make btrfs_insert_delayed_dir_index take btrfs_inode
Nikolay Borisov
3
-5
/
+5
2017-02-14
btrfs: Make btrfs_delayed_inode_reserve_metadata take btrfs_inode
Nikolay Borisov
1
-8
/
+8
2017-02-14
btrfs: Make btrfs_get_or_create_delayed_node take btrfs_inode
Nikolay Borisov
1
-6
/
+5
2017-02-14
btrfs: Make btrfs_get_delayed_node take btrfs_inode
Nikolay Borisov
1
-9
/
+8
2017-02-14
btrfs: Make btrfs_ino take a struct btrfs_inode
Nikolay Borisov
17
-150
/
+150
2017-02-14
btrfs: add wrapper for counting BTRFS_MAX_EXTENT_SIZE
David Sterba
3
-31
/
+23
2017-02-14
btrfs: remove unused logic of limiting async delalloc pages
David Sterba
1
-7
/
+0
2017-02-14
btrfs: consolidate auto defrag kick off policies
Anand Jain
1
-8
/
+11
2017-02-14
btrfs: btrfs_defrag_root() doesn't defrag extent root tree
Anand Jain
1
-3
/
+0
2017-02-14
btrfs: drop unused extent_op arg from btrfs_add_delayed_data_ref
Jeff Mahoney
3
-10
/
+6
2017-02-14
btrfs: remove redundant inode null check
Colin Ian King
1
-3
/
+0
2017-02-14
Btrfs: ACCESS_ONCE cleanup
Seraphime Kirkovski
4
-10
/
+10
2017-02-14
Btrfs: code cleanup min/max -> min_t/max_t
Seraphime Kirkovski
2
-3
/
+3
2017-02-14
btrfs: use rb_entry() instead of container_of
Geliang Tang
1
-4
/
+4
2017-02-14
btrfs: use BTRFS_COMPRESS_NONE to specify no compression
Anand Jain
1
-3
/
+3
2017-02-14
btrfs: drop gfp mask tweaking in try_release_extent_state
Michal Hocko
1
-2
/
+0
2017-02-14
btrfs: fix up misleading GFP_NOFS usage in btrfs_releasepage
Michal Hocko
2
-1
/
+6
2017-02-14
btrfs: Add WARN_ON for qgroup reserved underflow
Qu Wenruo
1
-5
/
+26
2017-02-11
Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-17
/
+28
2017-02-10
Btrfs: fix btrfs_decompress_buf2page()
Omar Sandoval
1
-15
/
+24
2017-02-10
Merge tag 'nfsd-4.10-3' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-37
/
+60
2017-02-09
nfsd: Revert "nfsd: special case truncates some more"
J. Bruce Fields
1
-37
/
+60
2017-02-09
pstore: don't OOPS when there are no ftrace zones
Brian Norris
1
-1
/
+1
2017-02-08
btrfs: fix btrfs_compat_ioctl failures on non-compat ioctls
Jeff Mahoney
1
-2
/
+4
2017-02-07
mm: fix KPF_SWAPCACHE in /proc/kpageflags
Hugh Dickins
1
-1
/
+2
2017-02-03
fs: break out of iomap_file_buffered_write on fatal signals
Michal Hocko
2
-0
/
+8
2017-02-02
Merge tag 'nfsd-4.10-2' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
4
-75
/
+50
2017-02-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
3
-2
/
+36
2017-01-31
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
1
-0
/
+1
2017-01-31
fscache: Fix dead object requeue
David Howells
1
-2
/
+24
2017-01-31
fscache: Clear outstanding writes when disabling a cookie
David Howells
2
-0
/
+11
2017-01-31
FS-Cache: Initialise stores_lock in netfs cookie
David Howells
1
-0
/
+1
2017-01-31
nfsd: special case truncates some more
Christoph Hellwig
1
-60
/
+37
2017-01-31
NFSD: Fix a null reference case in find_or_create_lock_stateid()
Kinglong Mee
3
-15
/
+13
2017-01-28
Merge tag 'nfs-for-4.10-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
3
-2
/
+5
2017-01-27
Merge tag 'xfs-for-linus-4.10-rc6-5' of git://git.kernel.org/pub/scm/fs/xfs/x...
Linus Torvalds
13
-63
/
+220
2017-01-27
Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-9
/
+17
2017-01-27
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+3
[next]