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
2018-05-31
f2fs: remove unmatched zero_user_segment when convert inline dentry
Yunlong Song
1
-1
/
+0
2018-05-31
f2fs: introduce private inode status mapping
Chao Yu
5
-45
/
+88
2018-05-31
f2fs: run fstrim asynchronously if runtime discard is on
Jaegeuk Kim
1
-2
/
+11
2018-05-31
dax: change bdev_dax_supported() to support boolean returns
Dave Jiang
4
-12
/
+10
2018-05-31
fs: allow per-device dax status checking for filesystems
Darrick J. Wong
5
-10
/
+37
2018-05-31
fs: iomap dio set bio prio from kiocb prio
Adam Manzanares
1
-0
/
+1
2018-05-31
fs: blkdev set bio prio from kiocb prio
Adam Manzanares
1
-0
/
+2
2018-05-31
fs: Add aio iopriority support
Adam Manzanares
1
-0
/
+16
2018-05-31
fs: Convert kiocb rw_hint from enum to u16
Adam Manzanares
1
-1
/
+1
2018-05-31
fuse: don't keep dead fuse_conn at fuse_fill_super().
Tetsuo Handa
1
-0
/
+1
2018-05-31
fuse: fix control dir setup and teardown
Miklos Szeredi
1
-3
/
+10
2018-05-31
fuse: fix congested state leak on aborted connections
Tejun Heo
1
-2
/
+1
2018-05-31
fuse: Allow fully unprivileged mounts
Eric W. Biederman
1
-1
/
+1
2018-05-31
fuse: Ensure posix acls are translated outside of init_user_ns
Eric W. Biederman
3
-0
/
+51
2018-05-31
btrfs: Add unprivileged version of ino_lookup ioctl
Tomohiro Misono
1
-0
/
+204
2018-05-31
btrfs: Add unprivileged ioctl which returns subvolume's ROOT_REF
Tomohiro Misono
1
-0
/
+99
2018-05-31
btrfs: Add unprivileged ioctl which returns subvolume information
Tomohiro Misono
1
-0
/
+121
2018-05-31
ovl: use inode_insert5() to hash a newly created inode
Amir Goldstein
3
-12
/
+60
2018-05-31
ovl: Pass argument to ovl_get_inode() in a structure
Vivek Goyal
4
-15
/
+34
2018-05-31
vfs: factor out inode_insert5()
Miklos Szeredi
1
-89
/
+75
2018-05-31
ovl: clean up copy-up error paths
Miklos Szeredi
1
-36
/
+18
2018-05-31
ovl: return EIO on internal error
Miklos Szeredi
1
-1
/
+1
2018-05-31
ovl: make ovl_create_real() cope with vfs_mkdir() safely
Al Viro
1
-1
/
+33
2018-05-31
ovl: create helper ovl_create_temp()
Amir Goldstein
3
-15
/
+14
2018-05-31
ovl: return dentry from ovl_create_real()
Miklos Szeredi
4
-48
/
+40
2018-05-31
ovl: struct cattr cleanups
Amir Goldstein
4
-33
/
+30
2018-05-31
ovl: strip debug argument from ovl_do_ helpers
Amir Goldstein
4
-40
/
+33
2018-05-31
ovl: remove WARN_ON() real inode attributes mismatch
Amir Goldstein
1
-7
/
+0
2018-05-31
ovl: Kconfig documentation fixes
Miklos Szeredi
1
-3
/
+3
2018-05-30
fs: clear writeback errors in inode_init_always
Darrick J. Wong
1
-0
/
+1
2018-05-30
smb3: add tracepoints for smb2/smb3 open
Steve French
2
-1
/
+92
2018-05-30
cifs: add debug output to show nocase mount option
Steve French
1
-0
/
+2
2018-05-30
smb3: add define for id for posix create context and corresponding struct
Steve French
1
-1
/
+10
2018-05-30
cifs: update smb2_check_message to handle PDUs without a 4 byte length header
Ronnie Sahlberg
1
-30
/
+20
2018-05-30
xfs: convert to bioset_init()/mempool_init()
Kent Overstreet
3
-8
/
+7
2018-05-30
btrfs: convert to bioset_init()/mempool_init()
Kent Overstreet
1
-14
/
+11
2018-05-30
fs: convert block_dev.c to bioset_init()
Kent Overstreet
1
-6
/
+3
2018-05-30
smb3: allow "posix" mount option to enable new SMB311 protocol extensions
Steve French
3
-1
/
+36
2018-05-30
smb3: add support for posix negotiate context
Steve French
4
-6
/
+36
2018-05-30
cifs: allow disabling less secure legacy dialects
Steve French
3
-9
/
+29
2018-05-30
cifs: make minor clarifications to module params for cifs.ko
Steve French
2
-3
/
+5
2018-05-30
cifs: show the "w" bit for writeable /proc/fs/cifs/* files
Ronnie Sahlberg
1
-14
/
+14
2018-05-30
smb3: add module alias for smb3 to cifs.ko
Steve French
1
-1
/
+19
2018-05-30
cifs: return error on invalid value written to cifsFYI
Ronnie Sahlberg
1
-0
/
+2
2018-05-30
cifs: invalidate cache when we truncate a file
Ronnie Sahlberg
1
-4
/
+9
2018-05-30
smb3: print tree id in debugdata in proc to be able to help logging
Steve French
1
-0
/
+2
2018-05-30
smb3: add additional ftrace entry points for entry/exit to cifs.ko
Steve French
3
-35
/
+85
2018-05-30
smb3: fix various xid leaks
Steve French
1
-19
/
+44
2018-05-30
CIFS: Introduce offset for the 1st page in data transfer structures
Long Li
2
-0
/
+4
2018-05-30
Btrfs: clean up error handling in btrfs_truncate()
Omar Sandoval
1
-19
/
+14
[prev]
[next]