aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-05-30xfs: convert to bioset_init()/mempool_init()Gravatar Kent Overstreet 3-8/+7
2018-05-30btrfs: convert to bioset_init()/mempool_init()Gravatar Kent Overstreet 1-14/+11
2018-05-30fs: convert block_dev.c to bioset_init()Gravatar Kent Overstreet 1-6/+3
2018-05-29block: don't print a message when the device went awayGravatar Christoph Hellwig 1-5/+9
2018-05-29block: unexport check_disk_size_changeGravatar Christoph Hellwig 1-1/+0
2018-05-14block: consistently use GFP_NOIO instead of __GFP_NORECLAIMGravatar Christoph Hellwig 1-2/+2
2018-05-14block: sanitize blk_get_request calling conventionsGravatar Christoph Hellwig 1-1/+1
2018-05-14scsi/osd: remove the gfp argument to osd_start_requestGravatar Christoph Hellwig 2-6/+6
2018-05-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 1-1/+1
2018-05-04Merge tag 'for-linus-20180504' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2018-05-04Merge tag 'xfs-4.17-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-0/+10
2018-05-04Merge tag 'for-4.17-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-1/+12
2018-05-03bdi: Fix oops in wb_workfn()Gravatar Jan Kara 1-1/+1
2018-05-02xfs: cap the length of deduplication requestsGravatar Darrick J. Wong 1-0/+10
2018-05-02Btrfs: send, fix missing truncate for inode with prealloc extent past eofGravatar Filipe Manana 1-0/+4
2018-05-02btrfs: Take trans lock before access running trans in check_delayed_refGravatar ethanwu 1-0/+7
2018-05-01Merge tag 'xfs-4.17-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 4-6/+42
2018-04-28Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 4-9/+18
2018-04-28Merge tag '4.17-rc2-smb3' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 7-54/+59
2018-04-27cifs: smbd: depend on INFINIBAND_ADDR_TRANSGravatar Greg Thelen 1-1/+1
2018-04-26btrfs: Fix wrong first_key parameter in replace_pathGravatar Qu Wenruo 1-1/+1
2018-04-26ext4: add MODULE_SOFTDEP to ensure crc32c is included in the initramfsGravatar Theodore Ts'o 1-0/+1
2018-04-25cifs: smbd: Avoid allocating iov on the stackGravatar Long Li 1-24/+12
2018-04-25cifs: smbd: Don't use RDMA read/write when signing is usedGravatar Long Li 3-6/+19
2018-04-25SMB311: Fix reconnectGravatar Steve French 1-2/+2
2018-04-24ext4: fix bitmap position validationGravatar Lukas Czerner 1-4/+5
2018-04-24SMB3: Fix 3.11 encryption to Windows and handle encrypted smb3 tconGravatar Steve French 3-21/+22
2018-04-24CIFS: set *resp_buf_type to NO_BUFFER on errorGravatar Steve French 1-1/+4
2018-04-23ceph: check if mds create snaprealm when setting quotaGravatar Yan, Zheng 1-3/+25
2018-04-22Merge tag '4.17-rc1-SMB3-CIFS' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 5-9/+16
2018-04-22Merge tag 'for-4.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 13-47/+199
2018-04-20fs, elf: don't complain MAP_FIXED_NOREPLACE unless -EEXIST errorGravatar Tetsuo Handa 1-4/+4
2018-04-20proc: fix /proc/loadavg regressionGravatar Alexey Dobriyan 1-1/+1
2018-04-20proc: revalidate kernel thread inodes to root:rootGravatar Alexey Dobriyan 1-0/+6
2018-04-20autofs: mount point create should honour passed in modeGravatar Ian Kent 1-1/+1
2018-04-20writeback: safer lock nestingGravatar Greg Thelen 1-3/+4
2018-04-20mm, pagemap: fix swap offset value for PMD migration entryGravatar Huang Ying 1-1/+5
2018-04-20CIFS: fix typo in cifs_dbgGravatar Aurelien Aptel 1-1/+1
2018-04-20cifs: do not allow creating sockets except with SMB1 posix exensionsGravatar Steve French 1-4/+5
2018-04-20cifs: smbd: Dump SMB packet when configuredGravatar Long Li 1-1/+5
2018-04-20btrfs: print-tree: debugging output enhancementGravatar Qu Wenruo 2-11/+16
2018-04-20btrfs: Fix race condition between delayed refs and blockgroup removalGravatar Nikolay Borisov 3-10/+26
2018-04-20vfs: Undo an overly zealous MS_RDONLY -> SB_RDONLY conversionGravatar David Howells 1-1/+1
2018-04-20afs: Fix server record deletionGravatar David Howells 1-1/+8
2018-04-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-7/+12
2018-04-20Merge tag 'ecryptfs-4.17-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 4-21/+46
2018-04-20Merge tag 'for_v4.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Gravatar Linus Torvalds 7-39/+54
2018-04-19Don't leak MNT_INTERNAL away from internal mountsGravatar Al Viro 1-1/+2
2018-04-18cifs: smbd: Check for iov length on sending the last iovGravatar Long Li 1-0/+2
2018-04-19btrfs: fix unaligned access in readdirGravatar David Sterba 1-8/+12