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-01-29
debugfs: return error values, not NULL
Greg Kroah-Hartman
1
-17
/
+22
2019-01-29
ext2: Fix a typo in comment
Liu Xiang
1
-1
/
+1
2019-01-28
nfs: Fix NULL pointer dereference of dev_name
Yao Liu
1
-0
/
+5
2019-01-28
ext2: Remove redundant check for finding no group
Liu Xiang
1
-2
/
+0
2019-01-28
ext2: Annotate implicit fall through in __ext2_truncate_blocks
Mathieu Malaterre
1
-0
/
+2
2019-01-28
btrfs: don't end the transaction for delayed refs in throttle
Josef Bacik
1
-8
/
+0
2019-01-28
Btrfs: fix deadlock when allocating tree block during leaf/node split
Filipe Manana
1
-28
/
+50
2019-01-27
iomap: fix a use after free in iomap_dio_rw
Christoph Hellwig
1
-7
/
+21
2019-01-27
iomap: get/put the page in iomap_page_create/release()
Piotr Jaroszynski
1
-0
/
+9
2019-01-26
Merge tag '5.0-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
10
-67
/
+136
2019-01-26
Merge tag 'for-linus-20190125' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-4
/
+41
2019-01-25
audit: move loginuid and sessionid from CONFIG_AUDITSYSCALL to CONFIG_AUDIT
Richard Guy Briggs
1
-3
/
+3
2019-01-25
debugfs: fix debugfs_rename parameter checking
Greg Kroah-Hartman
1
-0
/
+7
2019-01-25
crypto: clarify name of WEAK_KEY request flag
Eric Biggers
2
-4
/
+5
2019-01-24
cifs: print CIFSMaxBufSize as part of /proc/fs/cifs/DebugData
Ronnie Sahlberg
1
-0
/
+1
2019-01-24
smb3: add credits we receive from oplock/break PDUs
Ronnie Sahlberg
1
-0
/
+7
2019-01-24
CIFS: Fix mounts if the client is low on credits
Pavel Shilovsky
1
-0
/
+17
2019-01-24
CIFS: Do not assume one credit for async responses
Pavel Shilovsky
1
-4
/
+11
2019-01-24
CIFS: Fix credit calculations in compound mid callback
Pavel Shilovsky
2
-11
/
+6
2019-01-24
CIFS: Fix credit calculation for encrypted reads with errors
Pavel Shilovsky
1
-10
/
+14
2019-01-24
CIFS: Fix credits calculations for reads with errors
Pavel Shilovsky
1
-12
/
+23
2019-01-24
CIFS: Do not reconnect TCP session in add_credits()
Pavel Shilovsky
2
-7
/
+46
2019-01-24
fs/devpts: always delete dcache dentry-s in dput()
Varad Gautam
1
-0
/
+1
2019-01-25
Merge tag 'fsnotify_for_v5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
1
-2
/
+4
2019-01-24
smb3: Cleanup license mess
Thomas Gleixner
2
-20
/
+0
2019-01-24
CIFS: Fix possible hang during async MTU reads and writes
Pavel Shilovsky
1
-3
/
+3
2019-01-24
cifs: fix memory leak of an allocated cifs_ntsd structure
Colin Ian King
1
-0
/
+8
2019-01-23
fscrypt: return -EXDEV for incompatible rename or link into encrypted dir
Eric Biggers
2
-5
/
+4
2019-01-23
fscrypt: remove filesystem specific build config option
Chandan Rajendra
22
-84
/
+44
2019-01-23
f2fs: use IS_ENCRYPTED() to check encryption status
Chandan Rajendra
6
-23
/
+18
2019-01-23
ext4: use IS_ENCRYPTED() to check encryption status
Chandan Rajendra
10
-32
/
+22
2019-01-23
fscrypt: remove CRYPTO_CTR dependency
Eric Biggers
1
-1
/
+0
2019-01-23
gfs: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
4
-63
/
+14
2019-01-22
f2fs: fix to set sbi dirty correctly
Chao Yu
1
-7
/
+6
2019-01-22
f2fs: fix to initialize variable to avoid UBSAN/smatch warning
Chao Yu
1
-1
/
+1
2019-01-22
f2fs: UBSAN: set boolean value iostat_enable correctly
Sheng Yong
1
-3
/
+9
2019-01-22
f2fs: add brackets for macros
Sheng Yong
1
-5
/
+5
2019-01-22
f2fs: check if file namelen exceeds max value
Sheng Yong
1
-1
/
+2
2019-01-22
f2fs: fix to trigger fsck if dirent.name_len is zero
Chao Yu
1
-0
/
+4
2019-01-22
Merge tag 'v5.0-rc3' into next-general
James Morris
33
-170
/
+438
2019-01-22
writeback: synchronize sync(2) against cgroup writeback membership switches
Tejun Heo
1
-2
/
+38
2019-01-22
direct-io: allow direct writes to empty inodes
Ernesto A. Fernández
1
-2
/
+3
2019-01-22
f2fs: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
3
-23
/
+6
2019-01-22
ext2: Set superblock revision when enabling xattr feature
Jan Kara
1
-0
/
+1
2019-01-22
ext2: Remove redundant check on s_inode_size
Liu Xiang
1
-2
/
+0
2019-01-22
ext2: set proper return code
Chengguang Xu
1
-0
/
+3
2019-01-22
debugfs: debugfs_use_start/finish do not exist anymore
Sergey Senozhatsky
1
-2
/
+2
2019-01-21
pstore/ram: Replace dummy_data heap memory with stack memory
Yue Hu
1
-21
/
+14
2019-01-21
ext2: use common file type conversion
Phillip Potter
2
-45
/
+6
2019-01-21
fs: common implementation of file type
Phillip Potter
2
-1
/
+107
[prev]
[next]