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
2019-08-30
ext4: Initialize timestamps limits
Deepa Dinamani
2
-3
/
+24
2019-08-30
9p: Fill min and max timestamps in sb
Deepa Dinamani
1
-1
/
+5
2019-08-30
fs: Fill in max and min timestamps in superblock
Deepa Dinamani
17
-0
/
+42
2019-08-30
utimes: Clamp the timestamps before update
Deepa Dinamani
1
-4
/
+2
2019-08-30
mount: Add mount warning for impending timestamp expiry
Deepa Dinamani
1
-1
/
+32
2019-08-30
timestamp_truncate: Replace users of timespec64_trunc
Deepa Dinamani
6
-46
/
+57
2019-08-30
vfs: Add timestamp_truncate() api
Deepa Dinamani
1
-1
/
+32
2019-08-30
vfs: Add file timestamp range support
Deepa Dinamani
1
-0
/
+2
2019-08-30
writeback: add tracepoints for cgroup foreign writebacks
Tejun Heo
1
-0
/
+5
2019-08-30
erofs: reduntant assignment in __erofs_get_meta_page()
Gao Xiang
1
-2
/
+1
2019-08-30
erofs: remove all likely/unlikely annotations
Gao Xiang
12
-82
/
+82
2019-08-29
xfs: remove all *_ITER_ABORT values
Darrick J. Wong
15
-44
/
+54
2019-08-29
Merge tag '5.3-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
7
-147
/
+135
2019-08-28
nfsd: eliminate an unnecessary acl size limit
J. Bruce Fields
2
-9
/
+13
2019-08-28
xfs: log proper length of btree block in scrub/repair
Eric Sandeen
1
-1
/
+1
2019-08-28
xfs: reinitialize rm_flags when unpacking an offset into an rmap irec
Darrick J. Wong
2
-1
/
+1
2019-08-28
xfs: remove unnecessary int returns from deferred bmap functions
Darrick J. Wong
5
-29
/
+15
2019-08-28
xfs: remove unnecessary int returns from deferred refcount functions
Darrick J. Wong
5
-61
/
+36
2019-08-28
xfs: remove unnecessary int returns from deferred rmap functions
Darrick J. Wong
4
-52
/
+36
2019-08-28
xfs: remove unnecessary parameter from xfs_iext_inc_seq
Darrick J. Wong
1
-4
/
+4
2019-08-28
xfs: fix sign handling problem in xfs_bmbt_diff_two_keys
Darrick J. Wong
1
-2
/
+14
2019-08-28
xfs: don't return _QUERY_ABORT from xfs_rmap_has_other_keys
Darrick J. Wong
1
-1
/
+4
2019-08-28
xfs: fix maxicount division by zero error
Darrick J. Wong
1
-2
/
+7
2019-08-28
ext4: fix integer overflow when calculating commit interval
zhangyi (F)
1
-0
/
+7
2019-08-28
ext4: use percpu_counters for extent_status cache hits/misses
Yang Guo
2
-15
/
+26
2019-08-28
ext4: fix potential use after free after remounting with noblock_validity
zhangyi (F)
2
-52
/
+147
2019-08-27
cifs: update internal module number
Steve French
1
-1
/
+1
2019-08-27
cifs: replace various strncpy with strscpy and similar
Ronnie Sahlberg
6
-146
/
+112
2019-08-27
cifs: Use kzfree() to zero out the password
Dan Carpenter
1
-1
/
+1
2019-08-27
cifs: set domainName when a domain-key is used in multiuser
Ronnie Sahlberg
1
-0
/
+22
2019-08-27
Merge tag 'nfs-for-5.3-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
11
-95
/
+131
2019-08-27
io_uring: allocate the two rings together
Hristo Venev
1
-127
/
+128
2019-08-27
fs/io_uring.c: convert put_page() to put_user_page*()
John Hubbard
1
-5
/
+3
2019-08-27
writeback, memcg: Implement cgroup_writeback_by_id()
Tejun Heo
1
-0
/
+83
2019-08-27
writeback: Generalize and expose wb_completion
Tejun Heo
1
-33
/
+14
2019-08-27
NFS: remove set but not used variable 'mapping'
YueHaibing
1
-2
/
+0
2019-08-27
NFSv2: Fix write regression
Trond Myklebust
1
-1
/
+3
2019-08-27
NFSv2: Fix eof handling
Trond Myklebust
1
-1
/
+2
2019-08-27
udf: augment UDF permissions on new inodes
Steven J. Magnani
5
-4
/
+35
2019-08-26
xfs: bmap scrub should only scrub records once
Darrick J. Wong
1
-31
/
+46
2019-08-26
xfs: remove excess function parameter description in 'xfs_btree_sblock_v5hdr_verify'
zhengbin
1
-2
/
+0
2019-08-26
xfs: add kmem_alloc_io()
Dave Chinner
6
-22
/
+60
2019-08-26
xfs: get allocation alignment from the buftarg
Dave Chinner
1
-0
/
+6
2019-08-26
xfs: add kmem allocation trace points
Dave Chinner
4
-9
/
+50
2019-08-26
NFS: Fix writepage(s) error handling to not report errors twice
Trond Myklebust
1
-8
/
+13
2019-08-26
NFS: Fix spurious EIO read errors
Trond Myklebust
3
-21
/
+36
2019-08-26
pNFS/flexfiles: Don't time out requests on hard mounts
Trond Myklebust
1
-2
/
+9
2019-08-26
Revert "NFSv4/flexfiles: Abort I/O early if the layout segment was invalidated"
Trond Myklebust
1
-17
/
+0
2019-08-26
pNFS/flexfiles: Turn off soft RPC calls
Trond Myklebust
1
-5
/
+10
2019-08-26
fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.
Tetsuo Handa
46
-109
/
+102
[prev]
[next]