Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
4d9a2c8746671efbb0c27d3ae28c7474597a7aad
/
fs
4d9a2c8
dax: Remove i_mmap_lock protection
by Jan Kara
· 9 years ago
bc2466e
dax: Use radix tree entry lock to protect cow faults
by Jan Kara
· 9 years ago
ac401cc
dax: New fault locking
by Jan Kara
· 9 years ago
e804315
dax: Define DAX lock bit for radix tree exceptional entry
by Jan Kara
· 9 years ago
348e967
dax: Make huge page handling depend of CONFIG_BROKEN
by Jan Kara
· 9 years ago
b995353
dax: Fix condition for filling of PMD holes
by Jan Kara
· 9 years ago
40543f6
dax: fix a comment in dax_zero_page_range and dax_truncate_page
by Vishal Verma
· 9 years ago
4b0228f
dax: for truncate/hole-punch, do zeroing through the driver if possible
by Vishal Verma
· 9 years ago
679c8bd
dax: export a low-level __dax_zero_page_range helper
by Christoph Hellwig
· 9 years ago
3dc2916
dax: use sb_issue_zerout instead of calling dax_clear_sectors
by Matthew Wilcox
· 9 years ago
0a70bd4
dax: enable dax in the presence of known media errors (badblocks)
by Dan Williams
· 9 years ago
8b3db979
dax: fallback from pmd to pte on error
by Dan Williams
· 9 years ago
a8078b1
block: Update blkdev_dax_capable() for consistency
by Toshi Kani
· 9 years ago
1e937cd
xfs: Add alignment check for DAX mount
by Toshi Kani
· 9 years ago
284854b
ext2: Add alignment check for DAX mount
by Toshi Kani
· 9 years ago
87eefeb
ext4: Add alignment check for DAX mount
by Toshi Kani
· 9 years ago
2d96afc
block: Add bdev_dax_supported() for dax mount checks
by Toshi Kani
· 9 years ago
2af3a81
block: Add vfs_msg() interface
by Toshi Kani
· 9 years ago
7795bec
dax: Remove redundant inode size checks
by Jan Kara
· 9 years ago
c3d98e3
dax: Remove pointless writeback from dax_do_io()
by Jan Kara
· 9 years ago
069c77b
dax: Remove zeroing from dax_io()
by Jan Kara
· 9 years ago
2b10945
dax: Remove dead zeroing code from fault handlers
by Jan Kara
· 9 years ago
86b0624
ext2: Avoid DAX zeroing to corrupt data
by Jan Kara
· 9 years ago
9b6cd5f
ext2: Fix block zeroing in ext2_get_blocks() for DAX
by Jan Kara
· 9 years ago
02fbd13
dax: Remove complete_unwritten argument
by Jan Kara
· 9 years ago
e4b2749
DAX: move RADIX_DAX_ definitions to dax.c
by NeilBrown
· 9 years ago
12735f8
ext4: pre-zero allocated blocks for DAX IO
by Jan Kara
· 9 years ago
914f82a
ext4: refactor direct IO code
by Jan Kara
· 9 years ago
dbc427c
ext4: fix race in transient ENOSPC detection
by Jan Kara
· 9 years ago
7cb476f
ext4: handle transient ENOSPC properly for DAX
by Jan Kara
· 9 years ago
aef39ab
dax: call get_blocks() with create == 1 for write faults to unwritten extents
by Jan Kara
· 9 years ago
816cd71
ext4: remove unmeetable inconsisteny check from ext4_find_extent()
by Nicolai Stange
· 9 years ago
32157de
ext4: remove unnecessary bio get/put
by Jens Axboe
· 9 years ago
935244c
ext4: silence UBSAN in ext4_mb_init()
by Nicolai Stange
· 9 years ago
b5cb316
ext4: address UBSAN warning in mb_find_order_for_block()
by Nicolai Stange
· 9 years ago
74177f55
ext4: fix oops on corrupted filesystem
by Jan Kara
· 9 years ago
ff0bc08
ext4: fix check of dqget() return value in ext4_ioctl_setproject()
by Seth Forshee
· 9 years ago
7827a7f
ext4: clean up error handling when orphan list is corrupted
by Theodore Ts'o
· 9 years ago
c9eb13a
ext4: fix hang when processing corrupted orphaned inode list
by Theodore Ts'o
· 9 years ago
8d2ae1c
ext4: remove trailing \n from ext4_warning/ext4_error calls
by Jakub Wilk
· 9 years ago
c8585c6
ext4: fix races between changing inode journal mode and ext4_writepages
by Daeho Jeong
· 9 years ago
4c54659
ext4: handle unwritten or delalloc buffers before enabling data journaling
by Daeho Jeong
· 9 years ago
7b80819
ext4: fix jbd2 handle extension in ext4_ext_truncate_extend_restart()
by Theodore Ts'o
· 9 years ago
ee0876b
ext4: do not ask jbd2 to write data for delalloc buffers
by Jan Kara
· 9 years ago
41617e1
jbd2: add support for avoiding data writes during transaction commits
by Jan Kara
· 9 years ago
3957ef5
ext4: remove EXT4_STATE_ORDERED_MODE
by Jan Kara
· 9 years ago
06bd3c3
ext4: fix data exposure after a crash
by Jan Kara
· 9 years ago
1f60fbe
ext4: allow readdir()'s of large empty directories to be interrupted
by Theodore Ts'o
· 9 years ago
e1e22b2
Merge tag 'driver-core-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 9 years ago
dfe7058
Merge tag 'for-linus-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 9 years ago
34dbbcd
Make file credentials available to the seqfile interfaces
by Linus Torvalds
· 9 years ago
03a8bb0
ext4/fscrypto: avoid RCU lookup in d_revalidate
by Jaegeuk Kim
· 9 years ago
87243de
debugfs: Make automount point inodes permanently empty
by Seth Forshee
· 9 years ago
b32e448
fscrypto: don't let data integrity writebacks fail with ENOMEM
by Jaegeuk Kim
· 9 years ago
33b1395
f2fs: use dget_parent and file_dentry in f2fs_file_open
by Jaegeuk Kim
· 9 years ago
d7d7535
fscrypto: use dget_parent() in fscrypt_d_revalidate()
by Jaegeuk Kim
· 9 years ago
9f2394c
Revert "ext4: allow readdir()'s of large empty directories to be interrupted"
by Linus Torvalds
· 9 years ago
839a3f7
Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 9 years ago
6759212
Merge tag 'for-linus-4.6-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux
by Linus Torvalds
· 9 years ago
e56f498
orangefs: remove unused variable
by Martin Brandenburg
· 9 years ago
1917a69
orangefs: Add KERN_<LEVEL> to gossip_<level> macros
by Joe Perches
· 9 years ago
2eacea7
orangefs: strncpy -> strscpy
by Martin Brandenburg
· 9 years ago
f83140c
orangefs: clean up truncate ctime and mtime setting
by Martin Brandenburg
· 9 years ago
2fa37fd
Orangefs: fix ifnullfree.cocci warnings
by kbuild test robot
· 9 years ago
a9bb3ba
Orangefs: optimize boilerplate code.
by Mike Marshall
· 9 years ago
2d09a2c
Orangefs: xattr.c cleanup
by Mike Marshall
· 9 years ago
93061f3
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 9 years ago
56f23fd
Btrfs: fix file/data loss caused by fsync after rename and new inode
by Filipe Manana
· 9 years ago
e865f49
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 9 years ago
c7e82c6
Merge tag 'f2fs-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 9 years ago
4a2d057
Merge branch 'PAGE_CACHE_SIZE-removal'
by Linus Torvalds
· 9 years ago
ea1754a
mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage
by Kirill A. Shutemov
· 9 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
7ccefb9
btrfs: Reset IO error counters before start of device replacing
by Yauhen Kharuzhy
· 9 years ago
0f5dcf8
btrfs: Add qgroup tracing
by Mark Fasheh
· 9 years ago
c79b471
Btrfs: don't use src fd for printk
by Josef Bacik
· 9 years ago
8f282f7
btrfs: fallback to vmalloc in btrfs_compare_tree
by David Sterba
· 9 years ago
918c2ee
btrfs: handle non-fatal errors in btrfs_qgroup_inherit()
by Mark Fasheh
· 9 years ago
0305bc2
btrfs: Output more info for enospc_debug mount option
by Qu Wenruo
· 9 years ago
264813a
Btrfs: fix invalid reference in replace_path
by Liu Bo
· 9 years ago
2a162ce
Btrfs: Improve FL_KEEP_SIZE handling in fallocate
by Davide Italiano
· 10 years ago
c325a67
ext4: ignore quota mount options if the quota feature is enabled
by Theodore Ts'o
· 9 years ago
4762cc3
ext4 crypto: fix some error handling
by Dan Carpenter
· 9 years ago
82d2a34
Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 9 years ago
22fed39
Merge tag 'for-linus' of git://github.com/martinbrandenburg/linux
by Linus Torvalds
· 9 years ago
8f0e874
ext4: avoid calling dquot_get_next_id() if quota is not enabled
by Theodore Ts'o
· 9 years ago
e84dfbe
ext4: retry block allocation for failed DIO and DAX writes
by Jan Kara
· 9 years ago
daf647d
ext4: add lockdep annotations for i_data_sem
by Theodore Ts'o
· 9 years ago
878dfd3
orangefs: minimum userspace version is 2.9.3
by Martin Brandenburg
· 9 years ago
641bb32
orangefs: don't put readdir slot twice
by Martin Brandenburg
· 9 years ago
e9dcfaf
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
7500c38
fix the braino in "namei: massage lookup_slow() to be usable by lookup_one_len_unlocked()"
by Al Viro
· 9 years ago
1028b55
ext4: allow readdir()'s of large empty directories to be interrupted
by Theodore Ts'o
· 9 years ago
de17e79
btrfs: fix crash/invalid memory access on fsync when using overlayfs
by Filipe Manana
· 9 years ago
b2dde6f
f2fs: retrieve IO write stat from the right place
by Shuoran Liu
· 9 years ago
c90e09f
f2fs crypto: fix corrupted symlink in encrypted case
by Jaegeuk Kim
· 9 years ago
8f9e8f5
ocfs2: Fix Q_GETNEXTQUOTA for filesystem without quotas
by Jan Kara
· 9 years ago
82c7d82
dlm: config: Fix ENOMEM failures in make_cluster()
by Andrew Price
· 9 years ago
17e8a89
quota: Handle Q_GETNEXTQUOTA when quota is disabled
by Jan Kara
· 9 years ago
fd69473
f2fs: cover large section in sanity check of super
by Jaegeuk Kim
· 9 years ago
Next »