summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-11-25CIFS: Respect O_SYNC and O_DIRECT flags during reconnectPavel Shilovsky1-0/+7
2019-11-25smb3: remove confusing dmesg when mounting with encryption ("seal")Steve French1-8/+2
2019-11-25cifs: close the shared root handle on tree disconnectRonnie Sahlberg1-0/+2
2019-11-25CIFS: Return directly after a failed build_path_from_dentry() in cifs_do_crea...Markus Elfring1-4/+2
2019-11-25CIFS: Use common error handling code in smb2_ioctl_query_info()Markus Elfring1-22/+23
2019-11-25CIFS: Use memdup_user() rather than duplicating its implementationMarkus Elfring1-9/+4
2019-11-25cifs: smbd: Return -ECONNABORTED when trasnport is not in connected stateLong Li1-1/+1
2019-11-25cifs: smbd: Add messages on RDMA session destroy and reconnectionLong Li1-2/+4
2019-11-25cifs: smbd: Return -EINVAL when the number of iovs exceeds SMBDIRECT_MAX_SGELong Li1-1/+1
2019-11-25cifs: smbd: Invalidate and deregister memory registration on re-send for dire...Long Li1-2/+18
2019-11-25cifs: Don't display RDMA transport on reconnectLong Li1-0/+5
2019-11-25CIFS: remove set but not used variables 'cinode' and 'netfid'YueHaibing1-4/+0
2019-11-25cifs: add support for flockSteve French3-1/+55
2019-11-25cifs: remove unused variable 'sid_user'YueHaibing1-2/+0
2019-11-25cifs: rename a variable in SendReceive()Dan Carpenter1-1/+1
2019-11-24Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2019-11-24erofs: remove unnecessary output in erofs_show_options()Chengguang Xu1-3/+0
2019-11-24erofs: drop all vle annotations for runtime namesGao Xiang3-50/+44
2019-11-24erofs: support superblock checksumPratik Shinde4-3/+38
2019-11-24erofs: set iowait for sync decompressionGao Xiang1-2/+2
2019-11-24erofs: clean up decompress queue stuffsGao Xiang2-81/+60
2019-11-24erofs: get rid of __stagingpage_alloc helperGao Xiang4-24/+21
2019-11-24cramfs: fix usage on non-MTD deviceMaxime Bizon1-2/+2
2019-11-23afs: Fix large file supportMarc Dionne1-0/+1
2019-11-23afs: Fix possible assert with callbacks from yfs serversMarc Dionne1-1/+0
2019-11-22Revert "fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare...Joseph Qi1-23/+33
2019-11-22iomap: Fix pipe page leakage during splicingJan Kara1-1/+8
2019-11-22iomap: trace iomap_appply resultsDarrick J. Wong2-0/+110
2019-11-21afs: Remove set but not used variable 'ret'zhengbin1-2/+1
2019-11-21afs: Remove set but not used variables 'before', 'after'zhengbin1-10/+2
2019-11-21afs: xattr: use scnprintfMark Salyzyn1-7/+9
2019-11-21afs: Introduce an afs_get_read() refcount helperDavid Howells3-6/+9
2019-11-21afs: Rename desc -> req in afs_fetch_data()David Howells1-3/+3
2019-11-21afs: Switch the naming of call->iter and call->_iterDavid Howells6-26/+26
2019-11-21afs: Use call->_iter not &call->iter in debugging statementsDavid Howells2-7/+7
2019-11-21procfs: Use all-in-one vtime aware kcpustat accessorFrederic Weisbecker1-25/+31
2019-11-20exit/exec: Seperate mm_release()Thomas Gleixner1-1/+1
2019-11-20f2fs: Fix deadlock in f2fs_gc() context during atomic files handlingSahitya Tummala3-6/+17
2019-11-20f2fs: show f2fs instance in printk_ratelimitedChao Yu9-27/+32
2019-11-20afs: Fix missing timeout resetDavid Howells1-0/+1
2019-11-19Merge branch 'tt/misc' into devTheodore Ts'o3-15/+32
2019-11-19ext4: work around deleting a file with i_nlink == 0 safelyTheodore Ts'o1-6/+5
2019-11-19ext4: add more paranoia checking in ext4_expand_extra_isize handlingTheodore Ts'o2-9/+27
2019-11-19ext2: code cleanup for descriptor_loc()Chengguang Xu1-4/+1
2019-11-19btrfs: drop bdev argument from submit_extent_pageDavid Sterba1-8/+3
2019-11-19btrfs: remove extent_map::bdevDavid Sterba8-31/+2
2019-11-19btrfs: drop bio_set_dev where not neededDavid Sterba2-11/+0
2019-11-19btrfs: get bdev directly from fs_devices in submit_extent_pageDavid Sterba1-1/+4
2019-11-18btrfs: record all roots for rename exchange on a subvolJosef Bacik1-0/+3
2019-11-18Btrfs: fix block group remaining RO forever after error during device replaceFilipe Manana3-45/+2