index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-14
Btrfs: constify struct btrfs_{,disk_}key wherever possible
Omar Sandoval
4
-64
/
+69
2017-02-14
Btrfs: fix another race between truncate and lockless dio write
Liu Bo
1
-1
/
+3
2017-02-14
Btrfs: clean up btrfs_ordered_update_i_size
Liu Bo
1
-16
/
+13
2017-02-14
Btrfs: fix comment in btrfs_page_mkwrite
Liu Bo
1
-5
/
+5
2017-02-14
Btrfs: fix btrfs_ordered_update_i_size to update disk_i_size properly
Liu Bo
2
-2
/
+26
2017-02-14
btrfs: fix over-80 lines introduced by previous cleanups
David Sterba
9
-63
/
+74
2017-02-14
btrfs: Make count_inode_refs take btrfs_inode
Nikolay Borisov
1
-3
/
+3
2017-02-14
btrfs: Make count_inode_extrefs take btrfs_inode
Nikolay Borisov
1
-3
/
+3
2017-02-14
btrfs: Make btrfs_log_inode take btrfs_inode
Nikolay Borisov
1
-49
/
+48
2017-02-14
btrfs: Make log_inode_item take btrfs_inode
Nikolay Borisov
1
-5
/
+5
2017-02-14
btrfs: Make __add_inode_ref take btrfs_inode
Nikolay Borisov
1
-12
/
+13
2017-02-14
btrfs: Make drop_one_dir_item take btrfs_inode
Nikolay Borisov
1
-6
/
+6
2017-02-14
btrfs: Make btrfs_unlink_inode take btrfs_inode
Nikolay Borisov
3
-44
/
+50
2017-02-14
btrfs: Make log_new_dir_dentries take btrfs_inode
Nikolay Borisov
1
-4
/
+4
2017-02-14
btrfs: Make log_directory_changes take btrfs_inode
Nikolay Borisov
1
-6
/
+5
2017-02-14
btrfs: Make log_dir_items take btrfs_inode
Nikolay Borisov
1
-3
/
+3
2017-02-14
btrfs: Make btrfs_log_changed_extents take btrfs_inode
Nikolay Borisov
1
-11
/
+11
2017-02-14
btrfs: Make btrfs_get_logged_extents take btrfs_inode
Nikolay Borisov
3
-4
/
+4
2017-02-14
btrfs: Make btrfs_log_trailing_hole take btrfs_inode
Nikolay Borisov
1
-4
/
+4
2017-02-14
btrfs: Make btrfs_log_all_xattrs take btrfs_inode
Nikolay Borisov
1
-5
/
+5
2017-02-14
btrfs: Make copy_items take btrfs_inode
Nikolay Borisov
1
-21
/
+19
2017-02-14
btrfs: Make btrfs_check_ref_name_override take btrfs_inode
Nikolay Borisov
1
-5
/
+4
2017-02-14
btrfs: Make logged_inode_size take btrfs_inode
Nikolay Borisov
1
-3
/
+3
2017-02-14
btrfs: Make btrfs_del_inode_ref take btrfs_inode
Nikolay Borisov
3
-7
/
+7
2017-02-14
btrfs: Make btrfs_del_dir_entries_in_log take btrfs_inode
Nikolay Borisov
3
-7
/
+7
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
[next]