index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs: add new vfs_poll and file_can_poll helpers
Christoph Hellwig
2018-05-26
2
-18
/
+10
*
fs: cleanup do_pollfd
Christoph Hellwig
2018-05-26
1
-25
/
+23
*
fs: unexport poll_schedule_timeout
Christoph Hellwig
2018-05-26
1
-2
/
+1
*
Merge branch 'fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/viro/...
Christoph Hellwig
2018-05-26
23
-114
/
+134
|
\
|
*
fix io_destroy()/aio_complete() race
Al Viro
2018-05-24
1
-2
/
+1
|
*
aio: fix io_destroy(2) vs. lookup_ioctx() race
Al Viro
2018-05-21
1
-2
/
+2
|
*
ext2: fix a block leak
Al Viro
2018-05-21
1
-10
/
+0
|
*
nfsd: vfs_mkdir() might succeed leaving dentry negative unhashed
Al Viro
2018-05-21
1
-0
/
+22
|
*
cachefiles: vfs_mkdir() might succeed leaving dentry negative unhashed
Al Viro
2018-05-21
1
-0
/
+10
|
*
unfuck sysfs_mount()
Al Viro
2018-05-21
1
-3
/
+3
|
*
kernfs: deal with kernfs_fill_super() failures
Al Viro
2018-05-21
1
-0
/
+1
|
*
cramfs: Fix IS_ENABLED typo
Joe Perches
2018-05-21
1
-1
/
+1
|
*
befs_lookup(): use d_splice_alias()
Al Viro
2018-05-21
1
-12
/
+5
|
*
affs_lookup: switch to d_splice_alias()
Al Viro
2018-05-21
1
-6
/
+5
|
*
affs_lookup(): close a race with affs_remove_link()
Al Viro
2018-05-21
1
-3
/
+7
|
*
fs: don't scan the inode cache before SB_BORN is set
Dave Chinner
2018-05-11
1
-6
/
+24
|
*
do d_instantiate/unlock_new_inode combinations safely
Al Viro
2018-05-11
13
-72
/
+56
*
|
aio: implement io_pgetevents
Christoph Hellwig
2018-05-02
1
-10
/
+104
*
|
aio: implement IOCB_CMD_FSYNC and IOCB_CMD_FDSYNC
Christoph Hellwig
2018-05-02
1
-0
/
+43
*
|
aio: refactor read/write iocb setup
Christoph Hellwig
2018-05-02
1
-69
/
+92
*
|
aio: remove the extra get_file/fput pair in io_submit_one
Christoph Hellwig
2018-05-02
1
-9
/
+16
*
|
aio: sanitize ki_list handling
Christoph Hellwig
2018-05-02
1
-7
/
+6
*
|
aio: remove an outdated BUG_ON and comment in aio_complete
Christoph Hellwig
2018-05-02
1
-9
/
+0
*
|
aio: don't print the page size at boot time
Christoph Hellwig
2018-05-02
1
-3
/
+0
*
|
Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-04-29
4
-9
/
+18
|
\
\
|
*
|
ext4: add MODULE_SOFTDEP to ensure crc32c is included in the initramfs
Theodore Ts'o
2018-04-26
1
-0
/
+1
|
*
|
ext4: fix bitmap position validation
Lukas Czerner
2018-04-24
1
-4
/
+5
|
*
|
ext4: set h_journal if there is a failure starting a reserved handle
Theodore Ts'o
2018-04-18
1
-0
/
+1
|
*
|
ext4: prevent right-shifting extents beyond EXT_MAX_BLOCKS
Eric Biggers
2018-04-12
1
-5
/
+11
*
|
|
Merge tag '4.17-rc2-smb3' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2018-04-28
7
-54
/
+59
|
\
\
\
|
*
|
|
cifs: smbd: Avoid allocating iov on the stack
Long Li
2018-04-25
1
-24
/
+12
|
*
|
|
cifs: smbd: Don't use RDMA read/write when signing is used
Long Li
2018-04-25
3
-6
/
+19
|
*
|
|
SMB311: Fix reconnect
Steve French
2018-04-25
1
-2
/
+2
|
*
|
|
SMB3: Fix 3.11 encryption to Windows and handle encrypted smb3 tcon
Steve French
2018-04-24
3
-21
/
+22
|
*
|
|
CIFS: set *resp_buf_type to NO_BUFFER on error
Steve French
2018-04-24
1
-1
/
+4
*
|
|
|
ceph: check if mds create snaprealm when setting quota
Yan, Zheng
2018-04-23
1
-3
/
+25
|
/
/
/
*
|
|
Merge tag '4.17-rc1-SMB3-CIFS' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2018-04-22
5
-9
/
+16
|
\
\
\
|
*
|
|
CIFS: fix typo in cifs_dbg
Aurelien Aptel
2018-04-20
1
-1
/
+1
|
*
|
|
cifs: do not allow creating sockets except with SMB1 posix exensions
Steve French
2018-04-20
1
-4
/
+5
|
*
|
|
cifs: smbd: Dump SMB packet when configured
Long Li
2018-04-20
1
-1
/
+5
|
*
|
|
cifs: smbd: Check for iov length on sending the last iov
Long Li
2018-04-19
1
-0
/
+2
|
*
|
|
fs: cifs: Adding new return type vm_fault_t
Souptick Joarder
2018-04-17
1
-1
/
+1
|
*
|
|
cifs: smb2ops: Fix NULL check in smb2_query_symlink
Gustavo A. R. Silva
2018-04-17
1
-2
/
+2
*
|
|
|
Merge tag 'for-4.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-04-22
13
-47
/
+199
|
\
\
\
\
|
*
|
|
|
btrfs: print-tree: debugging output enhancement
Qu Wenruo
2018-04-20
2
-11
/
+16
|
*
|
|
|
btrfs: Fix race condition between delayed refs and blockgroup removal
Nikolay Borisov
2018-04-20
3
-10
/
+26
|
*
|
|
|
btrfs: fix unaligned access in readdir
David Sterba
2018-04-19
1
-8
/
+12
|
*
|
|
|
btrfs: Fix wrong btrfs_delalloc_release_extents parameter
Qu Wenruo
2018-04-18
1
-1
/
+1
|
*
|
|
|
btrfs: delayed-inode: Remove wrong qgroup meta reservation calls
Qu Wenruo
2018-04-18
1
-4
/
+16
|
*
|
|
|
btrfs: qgroup: Use independent and accurate per inode qgroup rsv
Qu Wenruo
2018-04-18
2
-11
/
+65
[next]