index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-01
xfs: refactor log recovery check
Darrick J. Wong
3
-2
/
+11
2018-07-31
xfs: move extent busy tree initialization to xfs_initialize_perag
Darrick J. Wong
2
-3
/
+3
2018-07-31
xfs: avoid COW fork extent lookups in writeback if the fork didn't change
Christoph Hellwig
3
-7
/
+38
2018-07-31
xfs: maintain a sequence count for inode fork manipulations
Christoph Hellwig
2
-0
/
+7
2018-07-31
xfs: check for unknown v5 feature bits in superblock write verifier
Darrick J. Wong
1
-1
/
+34
2018-07-31
xfs: verify icount in superblock write
Darrick J. Wong
3
-1
/
+37
2018-07-31
libxfs: add more bounds checking to sb sanity checks
Bill O'Donnell
1
-0
/
+12
2018-07-31
xfs: refactor superblock verifiers
Darrick J. Wong
1
-94
/
+111
2018-07-31
xfs: refactor the xrep_extent_list into xfs_bitmap
Darrick J. Wong
5
-163
/
+149
2018-07-31
NFSv4 client live hangs after live data migration recovery
Bill Baker
1
-1
/
+8
2018-07-31
NFSv4.0 fix client reference leak in callback
Olga Kornievskaia
1
-3
/
+8
2018-07-31
NFS: silence a harmless uninitialized variable warning
Dan Carpenter
1
-1
/
+1
2018-07-31
sunrpc: Change rpc_print_iostats to rpc_clnt_show_stats and handle rpc_clnt clones
Dave Wysochanski
1
-1
/
+1
2018-07-31
tracefs: Annotate tracefs_ops with __ro_after_init
Zubin Mithra
1
-2
/
+3
2018-07-30
squashfs: more metadata hardening
Linus Torvalds
1
-0
/
+2
2018-07-30
media: dvb/audio.h: get rid of unused APIs
Mauro Carvalho Chehab
1
-3
/
+0
2018-07-30
media: dvb/video.h: get rid of unused APIs
Mauro Carvalho Chehab
1
-7
/
+0
2018-07-30
pnfs/blocklayout: off by one in bl_map_stripe()
Dan Carpenter
1
-1
/
+1
2018-07-30
nfs: Referrals not inheriting proto setting from parent
Calum Mackay
1
-3
/
+3
2018-07-30
nfs: initiate returning delegation when reclaiming one that's been recalled
Jeff Layton
1
-0
/
+4
2018-07-30
fs: nfs: Adding new return type vm_fault_t
Souptick Joarder
1
-2
/
+2
2018-07-30
nfs: add error check in nfs_idmap_prepare_message()
Chengguang Xu
1
-0
/
+2
2018-07-30
filesystem-dax: Do not request kaddr and pfn when not required
Huaisheng Ye
1
-9
/
+4
2018-07-30
xfs: introduce a new xfs_inode_has_cow_data helper
Christoph Hellwig
6
-12
/
+18
2018-07-30
xfs: remove the xfs_ifork_t typedef
Christoph Hellwig
7
-23
/
+23
2018-07-30
xfs: simplify xfs_idata_realloc
Christoph Hellwig
1
-36
/
+19
2018-07-30
xfs: remove if_real_bytes
Christoph Hellwig
4
-22
/
+5
2018-07-30
Merge 4.18-rc7 into driver-core-next
Greg Kroah-Hartman
77
-664
/
+796
2018-07-29
xfs: move the repair extent list into its own file
Darrick J. Wong
5
-219
/
+248
2018-07-29
xfs: pass transaction lock while setting up agresv on cyclic metadata
Darrick J. Wong
9
-20
/
+26
2018-07-29
ext4: fix race when setting the bitmap corrupted flag
Wang Shilong
1
-11
/
+11
2018-07-29
ext4: reset error code in ext4_find_entry in fallback
Eric Sandeen
1
-0
/
+1
2018-07-29
ext4: handle layout changes to pinned DAX mappings
Ross Zwisler
4
-0
/
+68
2018-07-29
dax: dax_layout_busy_page() warn on !exceptional
Ross Zwisler
1
-1
/
+9
2018-07-29
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
6
-33
/
+35
2018-07-29
ext4: use swap macro in mext_page_double_lock
Gustavo A. R. Silva
1
-3
/
+1
2018-07-29
sysfs: Fix regression when adding a file to an existing group
Tyler Hicks
1
-1
/
+1
2018-07-29
ext4: check allocation failure when duplicating "data" in ext4_remount()
Chengguang Xu
1
-0
/
+3
2018-07-29
ext4: fix warning message in ext4_enable_quotas()
Junichi Uekawa
1
-3
/
+3
2018-07-29
ext4: super: extend timestamps to 40 bits
Arnd Bergmann
3
-12
/
+55
2018-07-29
jbd2: replace current_kernel_time64 with ktime equivalent
Arnd Bergmann
1
-1
/
+2
2018-07-29
ext4: use timespec64 for all inode times
Arnd Bergmann
2
-14
/
+10
2018-07-29
ext4: use ktime_get_real_seconds for i_dtime
Arnd Bergmann
1
-1
/
+1
2018-07-29
ext4: use 64-bit timestamps for mmp_time
Arnd Bergmann
1
-3
/
+3
2018-07-29
ext4: sysfs: print ext4_super_block fields as little-endian
Arnd Bergmann
1
-3
/
+10
2018-07-29
squashfs: be more careful about metadata corruption
Linus Torvalds
4
-5
/
+16
2018-07-29
ext4: fix check to prevent initializing reserved inodes
Theodore Ts'o
2
-8
/
+5
2018-07-28
f2fs: fix to skip GC if type in SSA and SIT is inconsistent
Chao Yu
1
-1
/
+7
2018-07-28
f2fs: try grabbing node page lock aggressively in sync scenario
Chao Yu
1
-1
/
+3
2018-07-28
f2fs: show the fsync_mode=nobarrier mount option
Sahitya Tummala
1
-0
/
+2
[prev]
[next]