summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-07-08fs: clear writeback errors in inode_init_alwaysDarrick J. Wong1-0/+1
2018-07-08afs: Fix directory permissions checkDavid Howells1-7/+3
2018-07-03udf: Detect incorrect directory sizeJan Kara1-0/+3
2018-07-03NFSv4: Fix a typo in nfs41_sequence_processTrond Myklebust1-1/+1
2018-07-03NFSv4: Revert commit 5f83d86cf531d ("NFSv4.x: Fix wraparound issues..")Trond Myklebust1-5/+2
2018-07-03NFSv4: Fix possible 1-byte stack overflow in nfs_idmap_read_and_verify_messageDave Wysochanski1-2/+3
2018-07-03nfsd: restrict rd_maxcount to svc_max_payload in nfsd_encode_readdirScott Mayhew1-2/+3
2018-07-03UBIFS: Fix potential integer overflow in allocationSilvio Cesare1-2/+3
2018-07-03Btrfs: fix return value on rename exchange failureFilipe Manana1-1/+3
2018-07-03fuse: fix control dir setup and teardownMiklos Szeredi1-3/+10
2018-07-03fuse: don't keep dead fuse_conn at fuse_fill_super().Tetsuo Handa1-0/+1
2018-07-03fuse: atomic_o_trunc should truncate pagecacheMiklos Szeredi1-1/+12
2018-07-03fuse: fix congested state leak on aborted connectionsTejun Heo1-2/+1
2018-06-26fs/binfmt_misc.c: do not allow offset overflowThadeu Lima de Souza Cascardo1-3/+9
2018-06-26orangefs: report attributes_mask and attributes for statxMartin Brandenburg1-0/+7
2018-06-26orangefs: set i_size on new symlinkMartin Brandenburg1-0/+7
2018-06-26cifs: For SMB2 security informaion query, check for minimum sized security de...Shirish Pargaonkar2-2/+15
2018-06-26CIFS: 511c54a2f69195b28afb9dd119f03787b1625bb4 adds a check for session expiryMark Syms1-2/+3
2018-06-26smb3: on reconnect set PreviousSessionId fieldSteve French1-0/+1
2018-06-26smb3: fix various xid leaksSteve French1-19/+44
2018-06-26btrfs: scrub: Don't use inode pages for device replaceQu Wenruo1-1/+1
2018-06-26btrfs: return error value if create_io_em failed in cow_file_rangeSu Yue1-1/+3
2018-06-26Btrfs: fix memory and mount leak in btrfs_ioctl_rm_dev_v2()Omar Sandoval1-2/+4
2018-06-26Btrfs: fix clone vs chattr NODATASUM raceOmar Sandoval1-5/+7
2018-06-26ext4: fix fencepost error in check for inode count overflow during resizeJan Kara1-1/+1
2018-06-26ext4: correctly handle a zero-length xattr with a non-zero e_value_offsTheodore Ts'o1-1/+1
2018-06-26ext4: bubble errors from ext4_find_inline_data_nolock() up to ext4_iget()Theodore Ts'o1-3/+7
2018-06-26ext4: do not allow external inodes for inline dataTheodore Ts'o1-0/+6
2018-06-26ext4: update mtime in ext4_punch_hole even if no blocks are releasedLukas Czerner1-18/+18
2018-06-26ext4: fix hole length detection in ext4_ind_map_blocks()Jan Kara1-4/+10
2018-06-26NFSv4.1: Fix up replays of interrupted requestsTrond Myklebust2-47/+103
2018-06-20Btrfs: make raid6 rebuild retry moreLiu Bo2-5/+22
2018-06-20Btrfs: fix scrub to repair raid6 corruptionLiu Bo1-12/+32
2018-06-20Revert "Btrfs: fix scrub to repair raid6 corruption"Sasha Levin2-22/+5
2018-06-20afs: Fix the non-encryption of callsDavid Howells1-0/+7
2018-06-20ocfs2: take inode cluster lock before moving reflinked inode from orphan dirAshish Samant1-2/+12
2018-06-20proc/kcore: don't bounds check against address 0Laura Abbott1-7/+16
2018-06-20cifs: smb2ops: Fix listxattr() when there are no EAsPaulo Alcantara1-0/+6
2018-06-20proc: revalidate kernel thread inodes to root:rootAlexey Dobriyan1-0/+6
2018-06-20mm, pagemap: fix swap offset value for PMD migration entryHuang Ying1-1/+5
2018-06-20vfs: Undo an overly zealous MS_RDONLY -> SB_RDONLY conversionDavid Howells1-1/+1
2018-06-20eCryptfs: don't pass up plaintext names when using filename encryptionTyler Hicks2-18/+44
2018-06-20isofs: fix potential memory leak in mount option parsingChengguang Xu1-0/+3
2018-06-20fsnotify: fix ignore mask logic in send_to_group()Amir Goldstein1-14/+11
2018-06-11btrfs: define SUPER_FLAG_METADUMP_V2Anand Jain1-1/+2
2018-06-05xfs: detect agfl count corruption and reset agflBrian Foster3-1/+103
2018-06-05xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner4-20/+28
2018-06-05fix io_destroy()/aio_complete() raceAl Viro1-2/+1
2018-05-30udf: Provide saner default for invalid uid / gidJan Kara1-2/+3
2018-05-30gfs2: Fix fallocate chunk sizeAndreas Gruenbacher2-2/+5