Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
10495a0071516df40953574925df74be2a00cd89
/
fs
10495a0
afs: Move /proc management functions to the end of the file
by David Howells
· 7 years ago
2f42939
proc: update SIZEOF_PDE_INLINE_NAME for the new pde fields
by Christoph Hellwig
· 7 years ago
8a8dcab
tty: replace ->proc_fops with ->proc_show
by Christoph Hellwig
· 7 years ago
07a3b8e
jfs: simplify procfs code
by Christoph Hellwig
· 7 years ago
247dbed
ext4: simplify procfs code
by Christoph Hellwig
· 7 years ago
353861c
afs: simplify procfs code
by Christoph Hellwig
· 7 years ago
3617d94
proc: introduce proc_create_net_single
by Christoph Hellwig
· 7 years ago
c350637
proc: introduce proc_create_net{,_data}
by Christoph Hellwig
· 7 years ago
3f3942a
proc: introduce proc_create_single{,_data}
by Christoph Hellwig
· 7 years ago
44414d8
proc: introduce proc_create_seq_private
by Christoph Hellwig
· 7 years ago
fddda2b
proc: introduce proc_create_seq{,_data}
by Christoph Hellwig
· 7 years ago
7aed53d
proc: add a proc_create_reg helper
by Christoph Hellwig
· 7 years ago
61172ea
proc: simplify proc_register calling conventions
by Christoph Hellwig
· 7 years ago
04015e3
proc: don't detour through seq->private to get the inode
by Christoph Hellwig
· 7 years ago
76f668b
proc: introduce a proc_pid_ns helper
by Christoph Hellwig
· 7 years ago
ccda3c4
Merge tag '4.17-rc4-SMB3-Fixes' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 7 years ago
f0ab773
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 7 years ago
e438302
ocfs2: take inode cluster lock before moving reflinked inode from orphan dir
by Ashish Samant
· 7 years ago
3955333
proc/kcore: don't bounds check against address 0
by Laura Abbott
· 7 years ago
6e70c26
smb3: directory sync should not return an error
by Steve French
· 7 years ago
fc21854
ceph: fix iov_iter issues in ceph_direct_read_write()
by Ilya Dryomov
· 7 years ago
3a15b38
ceph: fix rsize/wsize capping in ceph_direct_read_write()
by Ilya Dryomov
· 7 years ago
ae2cd7f
cifs: smb2ops: Fix listxattr() when there are no EAs
by Paulo Alcantara
· 7 years ago
f7c4396
cifs: smbd: Enable signing with smbdirect
by Long Li
· 7 years ago
2796d30
cifs: Allocate validate negotiation request through kmalloc
by Long Li
· 7 years ago
eb4f959
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
by Linus Torvalds
· 7 years ago
2f50037
Merge tag 'for-linus-20180504' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 7 years ago
2e171ff
Merge tag 'xfs-4.17-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 7 years ago
4148d38
Merge tag 'for-4.17-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 7 years ago
b8b7849
bdi: Fix oops in wb_workfn()
by Jan Kara
· 7 years ago
021ba8e
xfs: cap the length of deduplication requests
by Darrick J. Wong
· 7 years ago
a6aa10c7
Btrfs: send, fix missing truncate for inode with prealloc extent past eof
by Filipe Manana
· 7 years ago
998ac6d
btrfs: Take trans lock before access running trans in check_delayed_ref
by ethanwu
· 7 years ago
f212599
Merge tag 'xfs-4.17-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 7 years ago
cdface5
Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 7 years ago
cac2642
Merge tag '4.17-rc2-smb3' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 7 years ago
3c6b03d
cifs: smbd: depend on INFINIBAND_ADDR_TRANS
by Greg Thelen
· 7 years ago
17515f1
btrfs: Fix wrong first_key parameter in replace_path
by Qu Wenruo
· 7 years ago
7ef79ad
ext4: add MODULE_SOFTDEP to ensure crc32c is included in the initramfs
by Theodore Ts'o
· 7 years ago
8bcda1d
cifs: smbd: Avoid allocating iov on the stack
by Long Li
· 7 years ago
bb4c041
cifs: smbd: Don't use RDMA read/write when signing is used
by Long Li
· 7 years ago
0d5ec28
SMB311: Fix reconnect
by Steve French
· 7 years ago
22be37a
ext4: fix bitmap position validation
by Lukas Czerner
· 7 years ago
23657ad
SMB3: Fix 3.11 encryption to Windows and handle encrypted smb3 tcon
by Steve French
· 7 years ago
117e3b7
CIFS: set *resp_buf_type to NO_BUFFER on error
by Steve French
· 7 years ago
f191982
ceph: check if mds create snaprealm when setting quota
by Yan, Zheng
· 7 years ago
5ec83b2
Merge tag '4.17-rc1-SMB3-CIFS' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 7 years ago
d54b5c1
Merge tag 'for-4.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 7 years ago
d23a61e
fs, elf: don't complain MAP_FIXED_NOREPLACE unless -EEXIST error
by Tetsuo Handa
· 7 years ago
9a1015b
proc: fix /proc/loadavg regression
by Alexey Dobriyan
· 7 years ago
2e0ad55
proc: revalidate kernel thread inodes to root:root
by Alexey Dobriyan
· 7 years ago
1e63066
autofs: mount point create should honour passed in mode
by Ian Kent
· 7 years ago
2e898e4
writeback: safer lock nesting
by Greg Thelen
· 7 years ago
88c28f2
mm, pagemap: fix swap offset value for PMD migration entry
by Huang Ying
· 7 years ago
596632d
CIFS: fix typo in cifs_dbg
by Aurelien Aptel
· 7 years ago
1d0cffa
cifs: do not allow creating sockets except with SMB1 posix exensions
by Steve French
· 7 years ago
ff30b89
cifs: smbd: Dump SMB packet when configured
by Long Li
· 7 years ago
c0872323
btrfs: print-tree: debugging output enhancement
by Qu Wenruo
· 7 years ago
5e388e9
btrfs: Fix race condition between delayed refs and blockgroup removal
by Nikolay Borisov
· 7 years ago
a9e5b73
vfs: Undo an overly zealous MS_RDONLY -> SB_RDONLY conversion
by David Howells
· 7 years ago
6606259
afs: Fix server record deletion
by David Howells
· 7 years ago
b9abdcf
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
43f70c9
Merge tag 'ecryptfs-4.17-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs
by Linus Torvalds
· 7 years ago
0d9cf33
Merge tag 'for_v4.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 7 years ago
16a34ad
Don't leak MNT_INTERNAL away from internal mounts
by Al Viro
· 7 years ago
ab60ee7
cifs: smbd: Check for iov length on sending the last iov
by Long Li
· 7 years ago
92d3217
btrfs: fix unaligned access in readdir
by David Sterba
· 7 years ago
b256926
ext4: set h_journal if there is a failure starting a reserved handle
by Theodore Ts'o
· 7 years ago
336a8bb
btrfs: Fix wrong btrfs_delalloc_release_extents parameter
by Qu Wenruo
· 7 years ago
f218ea6
btrfs: delayed-inode: Remove wrong qgroup meta reservation calls
by Qu Wenruo
· 7 years ago
ff6bc37
btrfs: qgroup: Use independent and accurate per inode qgroup rsv
by Qu Wenruo
· 7 years ago
a514d63
btrfs: qgroup: Commit transaction in advance to reduce early EDQUOT
by Qu Wenruo
· 7 years ago
44f06ba
udf: Fix leak of UTF-16 surrogates into encoded strings
by Jan Kara
· 7 years ago
7b38460
xfs: don't fail when converting shortform attr to long form during ATTR_REPLACE
by Darrick J. Wong
· 7 years ago
7d83fb1
xfs: prevent creating negative-sized file via INSERT_RANGE
by Darrick J. Wong
· 7 years ago
2c4306f
xfs: set format back to extents if xfs_bmap_extents_to_btree
by Eric Sandeen
· 7 years ago
b42db08
xfs: enhance dinode verifier
by Eric Sandeen
· 7 years ago
a5240cb
fs: cifs: Adding new return type vm_fault_t
by Souptick Joarder
· 7 years ago
0d568cd
cifs: smb2ops: Fix NULL check in smb2_query_symlink
by Gustavo A. R. Silva
· 7 years ago
e86281e
eCryptfs: don't pass up plaintext names when using filename encryption
by Tyler Hicks
· 7 years ago
0685693
fs: ext2: Adding new return type vm_fault_t
by Souptick Joarder
· 7 years ago
4f34a51
isofs: fix potential memory leak in mount option parsing
by Chengguang Xu
· 7 years ago
ffdeec7
ceph: always update atime/mtime/ctime for new inode
by Yan, Zheng
· 7 years ago
8e04944
mm,vmscan: Allow preallocating memory for register_shrinker().
by Tetsuo Handa
· 7 years ago
6590384
orangefs_kill_sb(): deal with allocation failures
by Al Viro
· 7 years ago
c66b23c
jffs2_kill_sb(): deal with failed allocations
by Al Viro
· 7 years ago
e37563bb
Merge tag 'for-4.17-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 7 years ago
09c9b0e
Merge tag '4.17-rc1SMB3-Fixes' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 7 years ago
18b7fd1
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 7 years ago
1da4d37
proc: revalidate misc dentries
by Alexey Dobriyan
· 7 years ago
4802310
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
by Linus Torvalds
· 7 years ago
5d41be6
btrfs: Only check first key for committed tree blocks
by Qu Wenruo
· 7 years ago
92183a4
fsnotify: fix ignore mask logic in send_to_group()
by Amir Goldstein
· 7 years ago
c1596ff
cifs: change validate_buf to validate_iov
by Ronnie Sahlberg
· 7 years ago
05432e2
cifs: remove rfc1002 hardcoded constants from cifs_discard_remaining_data()
by Ronnie Sahlberg
· 7 years ago
91cb74f
cifs: Change SMB2_open to return an iov for the error parameter
by Ronnie Sahlberg
· 7 years ago
e19b2bc
cifs: add resp_buf_size to the mid_q_entry structure
by Ronnie Sahlberg
· 7 years ago
0d4b46b
smb3.11: replace a 4 with server->vals->header_preamble_size
by Steve French
· 7 years ago
9fdd2e0
cifs: replace a 4 with server->vals->header_preamble_size
by Ronnie Sahlberg
· 7 years ago
2e96467
cifs: add pdu_size to the TCP_Server_Info structure
by Ronnie Sahlberg
· 7 years ago
Next »