summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* blockdev: Fix livelocks on loop deviceJan Kara2019-01-221-10/+18
* pstore/ram: Avoid allocation and leak of platform dataKees Cook2019-01-221-6/+3
* btrfs: wait on ordered extents on abort cleanupJosef Bacik2019-01-221-0/+8
* Revert "btrfs: balance dirty metadata pages in btrfs_finish_ordered_io"David Sterba2019-01-221-3/+0
* Btrfs: use nofs context when initializing security xattrs to avoid deadlockFilipe Manana2019-01-161-0/+8
* Btrfs: fix deadlock when enabling quotas due to concurrent snapshot creationFilipe Manana2019-01-161-4/+10
* Btrfs: fix access to available allocation bits when starting balanceFilipe Manana2019-01-161-16/+23
* ext4: fix special inode number checks in __ext4_iget()Theodore Ts'o2019-01-161-1/+1
* ext4: track writeback errors using the generic tracking infrastructureTheodore Ts'o2019-01-161-0/+3
* ext4: use ext4_write_inode() when fsyncing w/o a journalTheodore Ts'o2019-01-161-4/+9
* ext4: avoid kernel warning when writing the superblock to a dead deviceTheodore Ts'o2019-01-161-1/+1
* ext4: fix a potential fiemap/page fault deadlock w/ inline_dataTheodore Ts'o2019-01-161-3/+3
* ext4: make sure enough credits are reserved for dioread_nolock writesTheodore Ts'o2019-01-161-1/+2
* cifs: check kzalloc returnJoe Perches2019-01-161-14/+20
* cifs: Fix potential OOB access of lock element arrayRoss Lagerwall2019-01-162-6/+6
* CIFS: Fix credit computation for compounded requestsPavel Shilovsky2019-01-161-18/+41
* CIFS: Do not hide EINTR after sending network packetsPavel Shilovsky2019-01-161-1/+1
* CIFS: Do not set credits to 1 if the server didn't grant anythingPavel Shilovsky2019-01-161-2/+0
* CIFS: Fix adjustment of credits for MTU requestsPavel Shilovsky2019-01-161-2/+6
* Btrfs: fix deadlock when using free space tree due to block group creationFilipe Manana2019-01-161-7/+9
* ceph: don't update importing cap's mseq when handing cap exportYan, Zheng2019-01-131-1/+0
* nfsd4: zero-length WRITE should succeedJ. Bruce Fields2019-01-131-2/+0
* lockd: Show pid of lockd for remote locksBenjamin Coddington2019-01-133-5/+5
* gfs2: Fix loop in gfs2_rbm_findAndreas Gruenbacher2019-01-131-1/+1
* gfs2: Get rid of potential double-freeing in gfs2_create_inodeAndreas Gruenbacher2019-01-131-9/+9
* dlm: memory leaks on error path in dlm_user_request()Vasily Averin2019-01-131-7/+7
* dlm: lost put_lkb on error path in receive_convert() and receive_unlock()Vasily Averin2019-01-131-0/+2
* dlm: possible memory leak on error path in create_lkb()Vasily Averin2019-01-131-0/+1
* dlm: fixed memory leaks after failed ls_remove_names allocationVasily Averin2019-01-131-1/+1
* CIFS: use the correct length when pinning memory for direct I/O for writeLong Li2019-01-091-1/+3
* CIFS: return correct errors when pinning memory failed for direct I/OLong Li2019-01-091-1/+7
* smb3: fix large reads on encrypted connectionsPaul Aurich2019-01-091-1/+3
* CIFS: Fix error mapping for SMB2_LOCK command which caused OFD lock problemGeorgy A Bystrenin2019-01-091-2/+2
* f2fs: sanity check of xattr entry sizeJaegeuk Kim2019-01-091-5/+13
* f2fs: fix validation of the block count in sanity_check_raw_superMartin Blumenstingl2019-01-091-3/+3
* f2fs: fix missing unlock(sbi->gc_mutex)Jaegeuk Kim2019-01-091-5/+2
* f2fs: fix to update new block address correctly for OPUJia Zhu2019-01-091-1/+3
* f2fs: read page index before freeingPan Bian2019-01-091-1/+3
* Btrfs: send, fix race with transaction commits that create snapshotsFilipe Manana2019-01-091-6/+23
* btrfs: run delayed items before dropping the snapshotJosef Bacik2019-01-091-0/+4
* Btrfs: fix fsync of files with multiple hard links in new directoriesFilipe Manana2019-01-093-0/+39
* btrfs: skip file_extent generation check for free_space_inode in run_delalloc...Lu Fengqi2019-01-091-1/+2
* Btrfs: fix deadlock with memory reclaim during scrubFilipe Manana2019-01-091-1/+34
* btrfs: dev-replace: go back to suspend state if another EXCL_OP is runningAnand Jain2019-01-091-0/+4
* btrfs: dev-replace: go back to suspended state if target device is missingAnand Jain2019-01-091-0/+2
* binder: fix use-after-free due to ksys_close() during fdget()Todd Kjos2019-01-091-0/+29
* ext4: check for shutdown and r/o file system in ext4_write_inode()Theodore Ts'o2019-01-091-2/+7
* ext4: force inode writes when nfsd calls commit_metadata()Theodore Ts'o2019-01-091-0/+11
* ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o2019-01-098-41/+65
* ext4: include terminating u32 in size of xattr entries when expanding inodesTheodore Ts'o2019-01-091-1/+1