Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
3e72ee8874f42ddbe72a090044f7c03740158183
/
fs
3e72ee8
btrfs: Refactor __get_raid_index() to btrfs_bg_flags_to_raid_index()
by Qu Wenruo
· 7 years ago
2f65954
btrfs: tree-checker: Replace root parameter with fs_info
by Qu Wenruo
· 7 years ago
393da91
Btrfs: add tracepoint for em's EEXIST case
by Liu Bo
· 7 years ago
5d23515
btrfs: Move qgroup rescan on quota enable to btrfs_quota_enable
by Nikolay Borisov
· 7 years ago
7ce311d
btrfs: use reada direction enum instead of constant value in load_free_space_tree
by Gu JinXiang
· 7 years ago
019599a
btrfs: use reada direction enum instead of constant value in populate_free_space_tree
by Gu Jinxiang
· 7 years ago
c1c3fac
btrfs: Remove btrfs_inode::delayed_iput_count
by Nikolay Borisov
· 7 years ago
793ff2c
btrfs: volumes: Cleanup stripe size calculation
by Qu Wenruo
· 7 years ago
da07d4a
btrfs: Streamline btrfs_delalloc_reserve_metadata initial operations
by Nikolay Borisov
· 7 years ago
b1b8e38
btrfs: insert newly opened device to the end of the list
by Anand Jain
· 7 years ago
f8e10cd
btrfs: keep device list sorted
by Anand Jain
· 7 years ago
3d5adda
Btrfs: do not check inode's runtime flags under root->orphan_lock
by Liu Bo
· 7 years ago
bc5511d0e
btrfs: Use schedule_timeout_interruptible
by Nikolay Borisov
· 7 years ago
f9cacae
btrfs: Move error handling of btrfs_start_dirty_block_groups closer to call site
by Nikolay Borisov
· 7 years ago
7ef2d6a7
btrfs: not a disk error if the bio_add_page fails
by Anand Jain
· 7 years ago
4117f20
btrfs: Add chunk allocation ENOSPC debug message for enospc_debug mount option
by Qu Wenruo
· 7 years ago
566b176
btrfs: use ASSERT to report logical error in cow_file_range()
by Anand Jain
· 7 years ago
3752d22
btrfs: cow_file_range() num_bytes and disk_num_bytes are same
by Anand Jain
· 7 years ago
2afb965
btrfs: remove unused function btrfs_async_submit_limit()
by Anand Jain
· 7 years ago
86d750a
btrfs: remove unused hardirq.h
by Yang Shi
· 7 years ago
9a3daff
btrfs: Add enospc_debug printing in metadata_reserve_bytes
by Nikolay Borisov
· 7 years ago
45ae2c1
btrfs: Document consistency of transaction->io_bgs list
by Nikolay Borisov
· 7 years ago
bf6d7d4
btrfs: Remove invalid null checks from btrfs_cleanup_dirty_bgs
by Nikolay Borisov
· 7 years ago
8f2ceaa
btrfs: log, when replace, is canceled by the user
by Anand Jain
· 7 years ago
acf18c5
btrfs: fix null pointer deref when target device is missing
by Anand Jain
· 7 years ago
eceff22
btrfs: add a comment to mark the deprecated mount option
by Anand Jain
· 7 years ago
d374060
btrfs: manage commit mount option as %u
by Anand Jain
· 7 years ago
02453bd
btrfs: manage check_int_print_mask mount option as %u
by Anand Jain
· 7 years ago
764cb8b
btrfs: manage metadata_ratio mount option as %u
by Anand Jain
· 7 years ago
f7b885b
btrfs: manage thread_pool mount option as %u
by Anand Jain
· 7 years ago
ba02049
btrfs: extent_buffer_uptodate() make it static and inline
by Anand Jain
· 7 years ago
70458a5
btrfs: Remove fs_info argument of btrfs_write_and_wait_transaction
by Nikolay Borisov
· 7 years ago
e9b919b
btrfs: Remove fs_info argument from btrfs_update_commit_device_bytes_used
by Nikolay Borisov
· 7 years ago
08d50ca
btrfs: Remove fs_info argument from create_pending_snapshots/create_pending_snapshot
by Nikolay Borisov
· 7 years ago
16916a8
btrfs: Remove fs_info argument from switch_commit_roots
by Nikolay Borisov
· 7 years ago
97cb39b
btrfs: Remove root argument of cleanup_transaction
by Nikolay Borisov
· 7 years ago
9386d8b
btrfs: Don't pass fs_info to commit_cowonly_roots
by Nikolay Borisov
· 7 years ago
7e4443d
btrfs: Don't pass fs_info to commit_fs_roots
by Nikolay Borisov
· 7 years ago
e5c304e6
btrfs: Don't pass fs_info to btrfs_run_delayed_items/_nr
by Nikolay Borisov
· 7 years ago
b84acab
btrfs: Don't pass fs_info to __btrfs_run_delayed_items
by Nikolay Borisov
· 7 years ago
2121705
btrfs: Don't pass fs_info arg to btrfs_start_dirty_block_groups
by Nikolay Borisov
· 7 years ago
6c686b3
btrfs: Remove fs_info argument from btrfs_create_pending_block_groups
by Nikolay Borisov
· 7 years ago
dc60c52
btrfs: Remove fs_info argument from btrfs_trans_release_metadata
by Nikolay Borisov
· 7 years ago
c9b577c
btrfs: Open code btrfs_write_and_wait_marked_extents
by Nikolay Borisov
· 7 years ago
0e34693
btrfs: Make btrfs_trans_release_metadata private to transaction.c
by Nikolay Borisov
· 7 years ago
15fc128
btrfs: open code btrfs_init_dev_replace_tgtdev_for_resume()
by Anand Jain
· 7 years ago
18e67c7
btrfs: btrfs_dev_replace_cancel() can return int
by Anand Jain
· 7 years ago
17d202b
btrfs: rename __btrfs_dev_replace_cancel()
by Anand Jain
· 7 years ago
9728203
btrfs: open code btrfs_dev_replace_cancel()
by Anand Jain
· 7 years ago
af89e0d
btrfs: Don't hardcode the csum size in btrfs_ordered_sum_size
by Nikolay Borisov
· 7 years ago
97dc231
Btrfs: extent map selftest: add missing void parameter to btrfs_test_extent_map
by Colin Ian King
· 7 years ago
7a61f88
btrfs: remove redundant check on ret and goto
by Colin Ian King
· 7 years ago
7806c6e
btrfs: Remove unused btrfs_start_transaction_lflush function
by Nikolay Borisov
· 7 years ago
b6a535f
btrfs: print error if primary super block write fails
by Howard McLauchlan
· 7 years ago
062d4d1
btrfs: Refactor parameter of BTRFS_MAX_DEVS() from root to fs_info
by Qu Wenruo
· 7 years ago
af2679e
Btrfs: enhance leak debug checker for extent state and extent buffer
by Liu Bo
· 7 years ago
f36b753
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 7 years ago
63489f8
hugetlbfs: check for pgoff value overflow
by Mike Kravetz
· 7 years ago
c4f4d2f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
645102e
Merge tag 'nfsd-4.16-1' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 7 years ago
2399ac4
sysfs: symlink: export sysfs_create_link_nowarn()
by Grygorii Strashko
· 7 years ago
68ef3bc
nfsd: remove blocked locks on client teardown
by Jeff Layton
· 7 years ago
8f5fd92
Merge tag 'for-4.16-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 7 years ago
093e037
Revert "btrfs: use proper endianness accessors for super_copy"
by David Sterba
· 7 years ago
df09348
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
95dd775
fs: Teach path_connected to handle nfs filesystems with multiple roots.
by Eric W. Biederman
· 7 years ago
18bf591
btrfs: add missing initialization in btrfs_check_shared
by Edmund Nadolski
· 7 years ago
047fdea
btrfs: Fix NULL pointer exception in find_bio_stripe
by Dmitriy Gorokh
· 7 years ago
d0264c0
fs/aio: Use RCU accessors for kioctx_table->table[]
by Tejun Heo
· 7 years ago
a6d7cff
fs/aio: Add explicit RCU grace period when freeing kioctx
by Tejun Heo
· 7 years ago
fc6eabb
Merge tag 'nfs-for-4.16-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 7 years ago
719ea86
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
by Linus Torvalds
· 7 years ago
2d9b1d69
Merge tag 'xfs-4.16-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 7 years ago
c4f24df
NFS: Fix unstable write completion
by Trond Myklebust
· 7 years ago
9c6376e
pNFS: Prevent the layout header refcount going to zero in pnfs_roc()
by Trond Myklebust
· 7 years ago
d9ee655
NFS: Fix an incorrect type in struct nfs_direct_req
by Trond Myklebust
· 7 years ago
3b5da96
gfs2: Fixes to "Implement iomap for block_map" (2)
by Andreas Gruenbacher
· 7 years ago
36cd95d
ovl: update Kconfig texts
by Miklos Szeredi
· 7 years ago
af8c081
Merge tag 'for-4.16-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 7 years ago
2833419
Merge tag 'ceph-for-4.16-rc4' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 7 years ago
fb6d47a
Merge tag 'for-linus-20180302' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 7 years ago
ff3d8b9
xfs: don't block on the ilock for RWF_NOWAIT
by Christoph Hellwig
· 7 years ago
af5b5af
xfs: don't start out with the exclusive ilock for direct I/O
by Christoph Hellwig
· 7 years ago
172ed39
xfs: don't allocate COW blocks for zeroing holes or unwritten extents
by Christoph Hellwig
· 7 years ago
1c78924
ceph: fix potential memory leak in init_caches()
by Chengguang Xu
· 7 years ago
1f250e9
Btrfs: fix log replay failure after unlink and link combination
by Filipe Manana
· 7 years ago
9a6509c
Btrfs: fix log replay failure after linking special file and fsync
by Filipe Manana
· 7 years ago
d4dfc0f
Btrfs: send, fix issuing write op when processing hole in no data mode
by Filipe Manana
· 7 years ago
3c181c1
btrfs: use proper endianness accessors for super_copy
by Anand Jain
· 7 years ago
92e222d
btrfs: alloc_chunk: fix DUP stripe size handling
by Hans van Kranenburg
· 7 years ago
765f3ce
btrfs: Handle btrfs_set_extent_delalloc failure in relocate_file_extent_cluster
by Nikolay Borisov
· 7 years ago
ac01f26
btrfs: handle failure of add_pending_csums
by Nikolay Borisov
· 7 years ago
a8fd1f7
btrfs: use kvzalloc to allocate btrfs_fs_info
by Jeff Mahoney
· 7 years ago
c02be23
Merge tag 'xfs-4.16-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 7 years ago
5b4c845
xfs: fix potential memory leak in mount option parsing
by Chengguang Xu
· 7 years ago
560e7cb
blockdev: Avoid two active bdev inodes for one device
by Jan Kara
· 7 years ago
8973665
genhd: Fix use after free in __blkdev_get()
by Jan Kara
· 7 years ago
9df6c29
genhd: Add helper put_disk_and_module()
by Jan Kara
· 7 years ago
d9c10e5
direct-io: Fix sleep in atomic due to sync AIO
by Jan Kara
· 7 years ago
d1fe96c
ovl: redirect_dir=nofollow should not follow redirect for opaque lower
by Vivek Goyal
· 7 years ago
Next »