index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-20
xfs: move inode locking from xfs_reflink_remap_range to xfs_file_share_range
Christoph Hellwig
2
-36
/
+41
2016-10-20
xfs: fix the same_inode check in xfs_file_share_range
Christoph Hellwig
1
-1
/
+1
2016-10-20
xfs: remove the same fs check from xfs_file_share_range
Christoph Hellwig
1
-3
/
+0
2016-10-20
libxfs: v3 inodes are only valid on crc-enabled filesystems
Roger Willcocks
3
-2
/
+14
2016-10-20
libxfs: clean up _calc_dquots_per_chunk
Darrick J. Wong
1
-2
/
+1
2016-10-20
xfs: unset MS_ACTIVE if mount fails
Darrick J. Wong
1
-0
/
+1
2016-10-20
xfs: remove pointless error goto in xfs_bmap_remap_alloc
Eric Sandeen
1
-3
/
+0
2016-10-20
xfs: don't take the IOLOCK exclusive for direct I/O page invalidation
Christoph Hellwig
1
-68
/
+30
2016-10-20
xfs: add some 'static' annotations
Eric Biggers
2
-3
/
+3
2016-10-20
xfs: Fix uninitialized variable in xfs_reflink_reserve_cow_range()
Geert Uytterhoeven
1
-1
/
+1
2016-10-20
xfs: remove redundant assignment of ifp
Colin Ian King
1
-1
/
+1
2016-10-20
ubifs: Abort readdir upon error
Richard Weinberger
1
-5
/
+3
2016-10-20
ubifs: Fix xattr_names length in exit paths
Richard Weinberger
1
-0
/
+2
2016-10-20
ubifs: Rename ubifs_rename2
Richard Weinberger
1
-6
/
+6
2016-10-19
nfs4: fix missing-braces warning
Arnd Bergmann
1
-1
/
+1
2016-10-19
Merge branch 'gup_flag-cleanups'
Linus Torvalds
2
-8
/
+20
2016-10-19
mm: replace access_remote_vm() write parameter with gup_flags
Lorenzo Stoakes
1
-6
/
+13
2016-10-19
mm: replace get_user_pages_remote() write/force parameters with gup_flags
Lorenzo Stoakes
1
-2
/
+7
2016-10-18
Merge tag 'for-f2fs-4.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-5
/
+5
2016-10-18
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-0
/
+6
2016-10-18
Merge branch 'for-chris-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...
Chris Mason
1
-0
/
+58
2016-10-18
ceph: fix non static symbol warning
Wei Yongjun
1
-2
/
+2
2016-10-18
locking, fs/locks: Add missing file_sem locks
Peter Zijlstra
1
-0
/
+6
2016-10-18
ceph: fix uninitialized dentry pointer in ceph_real_mount()
Geert Uytterhoeven
1
-0
/
+2
2016-10-18
ceph: fix readdir vs fragmentation race
Yan, Zheng
1
-1
/
+2
2016-10-18
ext2: avoid bogus -Wmaybe-uninitialized warning
Arnd Bergmann
1
-3
/
+4
2016-10-18
isofs: Do not return EACCES for unknown filesystems
Jan Kara
1
-3
/
+5
2016-10-17
btrfs: assign error values to the correct bio structs
Junjie Mao
1
-2
/
+2
2016-10-17
Btrfs: kill BUG_ON in do_relocation
Liu Bo
1
-1
/
+8
2016-10-15
ceph: fix error handling in ceph_read_iter
Nikolay Borisov
1
-1
/
+2
2016-10-15
Merge tag 'befs-v4.9-rc1' of git://github.com/luisbg/linux-befs
Linus Torvalds
8
-283
/
+244
2016-10-15
Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+1
2016-10-15
ext4: add missing KERN_CONT to a few more debugging uses
Joe Perches
4
-31
/
+26
2016-10-15
fscrypto: lock inode while setting encryption policy
Eric Biggers
1
-0
/
+4
2016-10-15
ext4: correct endianness conversion in __xattr_check_inode()
Eric Biggers
1
-1
/
+1
2016-10-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
3
-20
/
+63
2016-10-14
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
19
-296
/
+824
2016-10-14
Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
7
-156
/
+261
2016-10-14
fs/super.c: don't fool lockdep in freeze_super() and thaw_super() paths
Oleg Nesterov
1
-12
/
+25
2016-10-14
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-93
/
+81
2016-10-14
fs/super.c: fix race between freeze_super() and thaw_super()
Oleg Nesterov
1
-3
/
+3
2016-10-14
overlayfs: Fix setting IOP_XATTR flag
Vivek Goyal
1
-5
/
+6
2016-10-14
iov_iter: kernel-doc import_iovec() and rw_copy_check_uvector()
Vegard Nossum
1
-0
/
+29
2016-10-14
CIFS: Retrieve uid and gid from special sid if enabled
Steve French
1
-0
/
+123
2016-10-14
CIFS: Add new mount option to set owner uid and gid from special sids in acl
Steve French
4
-1
/
+11
2016-10-14
Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
2
-70
/
+20
2016-10-14
Merge tag 'rxrpc-rewrite-20161013' of git://git.kernel.org/pub/scm/linux/kern...
David S. Miller
4
-8
/
+7
2016-10-14
ovl: use vfs_get_link()
Miklos Szeredi
2
-49
/
+7
2016-10-14
vfs: add vfs_get_link() helper
Miklos Szeredi
1
-0
/
+25
2016-10-14
ovl: use generic_readlink
Miklos Szeredi
1
-20
/
+1
[prev]
[next]