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-02-25
btrfs: Remove redundant assignment in btrfs_get_extent_fiemap
Nikolay Borisov
1
-1
/
+1
2019-02-25
btrfs: Refactor btrfs_get_extent_fiemap
Nikolay Borisov
1
-44
/
+48
2019-02-25
btrfs: Remove unused arguments from btrfs_get_extent_fiemap
Nikolay Borisov
4
-10
/
+5
2019-02-25
Btrfs: setup a nofs context for memory allocation at __btrfs_set_acl
Filipe Manana
1
-0
/
+9
2019-02-25
Btrfs: setup a nofs context for memory allocation at btrfs_create_tree()
Filipe Manana
1
-0
/
+8
2019-02-25
Btrfs: do not overwrite error return value in the get device stats ioctl
Filipe Manana
1
-1
/
+1
2019-02-25
Btrfs: do not overwrite error return value in scrub progress ioctl
Filipe Manana
1
-1
/
+1
2019-02-25
Btrfs: do not overwrite scrub error with fault error in scrub ioctl
Filipe Manana
1
-1
/
+1
2019-02-25
btrfs: Make first argument of btrfs_run_delalloc_range directly an inode
Nikolay Borisov
2
-3
/
+2
2019-02-25
Btrfs: drop useless LIST_HEAD in merge_reloc_root
Julia Lawall
1
-1
/
+0
2019-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-19
/
+19
2019-02-24
iomap: wire up the iopoll method
Christoph Hellwig
3
-15
/
+31
2019-02-24
block: add bio_set_polled() helper
Jens Axboe
1
-2
/
+2
2019-02-24
block: wire up block device iopoll method
Christoph Hellwig
1
-1
/
+17
2019-02-24
ubifs: Reject unsupported ioctl flags explicitly
Hou Tao
1
-0
/
+8
2019-02-23
NFS/pnfs: Bulk destroy of layouts needs to be safe w.r.t. umount
Trond Myklebust
2
-10
/
+24
2019-02-22
vfs: Make __vfs_write() static
Geert Uytterhoeven
1
-2
/
+2
2019-02-21
aio: Fix locking in aio_poll()
Bart Van Assche
1
-3
/
+9
2019-02-21
NFS: Fix a soft lockup in the delegation recovery code
Trond Myklebust
2
-8
/
+13
2019-02-21
udf: Drop pointless check from udf_sync_fs()
Jan Kara
1
-6
/
+3
2019-02-21
NFSv4.1: Avoid false retries when RPC calls are interrupted
Trond Myklebust
3
-60
/
+55
2019-02-21
Merge tag 'ceph-for-5.0-rc8' of git://github.com/ceph/ceph-client
Linus Torvalds
1
-1
/
+2
2019-02-21
proc, oom: do not report alien mms when setting oom_score_adj
Michal Hocko
1
-4
/
+0
2019-02-21
ext4: add sysfs attr /sys/fs/ext4/<disk>/journal_task
Konstantin Khlebnikov
1
-0
/
+13
2019-02-21
ext4: Change debugging support help prefix from EXT4 to Ext4
Geert Uytterhoeven
1
-1
/
+1
2019-02-21
ext4: fix compile error when using BUFFER_TRACE
zhangyi (F)
1
-1
/
+1
2019-02-21
jbd2: fix compile warning when using JBUFFER_TRACE
zhangyi (F)
1
-8
/
+8
2019-02-21
ext4: fix some error pointer dereferences
Dan Carpenter
1
-0
/
+3
2019-02-21
xfs: fix uninitialized error variable
Colin Ian King
1
-1
/
+1
2019-02-21
xfs: introduce an always_cow mode
Christoph Hellwig
10
-32
/
+116
2019-02-21
xfs: report IOMAP_F_SHARED from xfs_file_iomap_begin_delay
Christoph Hellwig
1
-3
/
+4
2019-02-21
xfs: make COW fork unwritten extent conversions more robust
Christoph Hellwig
3
-33
/
+45
2019-02-21
xfs: merge COW handling into xfs_file_iomap_begin_delay
Christoph Hellwig
4
-111
/
+94
2019-02-21
xfs: also truncate holes covered by COW blocks
Christoph Hellwig
1
-15
/
+16
2019-02-21
xfs: don't use delalloc extents for COW on files with extsize hints
Christoph Hellwig
3
-13
/
+29
2019-02-21
xfs: fix SEEK_DATA for speculative COW fork preallocation
Christoph Hellwig
3
-2
/
+89
2019-02-21
xfs: make xfs_bmbt_to_iomap more useful
Christoph Hellwig
3
-49
/
+41
2019-02-21
ext4: annotate more implicit fall throughs
Mathieu Malaterre
1
-0
/
+6
2019-02-21
ext4: annotate implicit fall throughs
Mathieu Malaterre
1
-0
/
+2
2019-02-21
nfsd: fix performance-limiting session calculation
J. Bruce Fields
1
-4
/
+4
2019-02-21
fanotify: Make waits for fanotify events only killable
Jan Kara
1
-2
/
+2
2019-02-20
nfs: fix xfstest generic/099 failed on nfsv3
ZhangXiaoxu
1
-2
/
+0
2019-02-20
pNFS: Avoid read/modify/write when it is not necessary
Kazuo Ito
1
-14
/
+26
2019-02-20
pNFS: Fix potential corruption of page being written
Kazuo Ito
1
-1
/
+1
2019-02-20
NFS: Fix typo in comments of nfs_readdir_alloc_pages()
zhangliguang
1
-2
/
+2
2019-02-20
NFS: Remove redundant semicolon
zhangliguang
1
-1
/
+1
2019-02-20
NFS: readdirplus optimization by cache mechanism
luanshi
2
-7
/
+86
2019-02-20
fs/nfs: Fix nfs_parse_devname to not modify it's argument
Eric W. Biederman
1
-1
/
+1
2019-02-20
NFS: drop useless LIST_HEAD
Julia Lawall
1
-1
/
+0
2019-02-20
NFS: Fix sparse annotations for nfs_set_open_stateid_locked()
Trond Myklebust
1
-0
/
+4
[prev]
[next]