summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2018-07-11ext4: avoid running out of journal credits when appending to an inline fileTheodore Ts'o
2018-07-11ext4: never move the system.data xattr out of the inode bodyTheodore Ts'o
2018-07-11ext4: clear i_data in ext4_inode_info when removing inline dataTheodore Ts'o
2018-07-11ext4: include the illegal physical block in the bad map ext4_error msgTheodore Ts'o
2018-07-11ext4: verify the depth of extent tree in ext4_find_extent()Theodore Ts'o
2018-07-11ext4: only look at the bg_flags field if it is validTheodore Ts'o
2018-07-11ext4: always check block group bounds in ext4_init_block_bitmap()Theodore Ts'o
2018-07-11ext4: make sure bitmaps and the inode table don't overlap with bg descriptorsTheodore Ts'o
2018-07-11ext4: always verify the magic number in xattr blocksTheodore Ts'o
2018-07-11ext4: add corruption check in ext4_xattr_set_entry()Theodore Ts'o
2018-07-11jbd2: don't mark block as modified if the handle is out of creditsTheodore Ts'o
2018-07-11cifs: Fix infinite loop when using hard mount optionPaulo Alcantara
2018-07-11cifs: Fix slab-out-of-bounds in send_set_info() on SMB2 ACE settingStefano Brivio
2018-07-11cifs: Fix memory leak in smb2_set_ea()Paulo Alcantara
2018-07-11cifs: Fix use after free of a mid_q_entryLars Persson
2018-07-11userfaultfd: hugetlbfs: fix userfaultfd_huge_must_wait() pte accessJanosch Frank
2018-07-03udf: Detect incorrect directory sizeJan Kara
2018-07-03NFSv4: Fix a typo in nfs41_sequence_processTrond Myklebust
2018-07-03NFSv4: Revert commit 5f83d86cf531d ("NFSv4.x: Fix wraparound issues..")Trond Myklebust
2018-07-03NFSv4: Fix possible 1-byte stack overflow in nfs_idmap_read_and_verify_messageDave Wysochanski
2018-07-03nfsd: restrict rd_maxcount to svc_max_payload in nfsd_encode_readdirScott Mayhew
2018-07-03f2fs: don't use GFP_ZERO for page cachesChao Yu
2018-07-03UBIFS: Fix potential integer overflow in allocationSilvio Cesare
2018-07-03Btrfs: fix return value on rename exchange failureFilipe Manana
2018-07-03fuse: fix control dir setup and teardownMiklos Szeredi
2018-07-03fuse: don't keep dead fuse_conn at fuse_fill_super().Tetsuo Handa
2018-07-03fuse: atomic_o_trunc should truncate pagecacheMiklos Szeredi
2018-07-03fuse: fix congested state leak on aborted connectionsTejun Heo
2018-06-26fs/binfmt_misc.c: do not allow offset overflowThadeu Lima de Souza Cascardo
2018-06-26orangefs: report attributes_mask and attributes for statxMartin Brandenburg
2018-06-26orangefs: set i_size on new symlinkMartin Brandenburg
2018-06-26cifs: For SMB2 security informaion query, check for minimum sized security de...Shirish Pargaonkar
2018-06-26CIFS: 511c54a2f69195b28afb9dd119f03787b1625bb4 adds a check for session expiryMark Syms
2018-06-26smb3: on reconnect set PreviousSessionId fieldSteve French
2018-06-26smb3: fix various xid leaksSteve French
2018-06-26btrfs: scrub: Don't use inode pages for device replaceQu Wenruo
2018-06-26btrfs: return error value if create_io_em failed in cow_file_rangeSu Yue
2018-06-26Btrfs: fix memory and mount leak in btrfs_ioctl_rm_dev_v2()Omar Sandoval
2018-06-26Btrfs: fix clone vs chattr NODATASUM raceOmar Sandoval
2018-06-26Btrfs: allow empty subvol= againOmar Sandoval
2018-06-26ext4: fix fencepost error in check for inode count overflow during resizeJan Kara
2018-06-26ext4: correctly handle a zero-length xattr with a non-zero e_value_offsTheodore Ts'o
2018-06-26ext4: bubble errors from ext4_find_inline_data_nolock() up to ext4_iget()Theodore Ts'o
2018-06-26ext4: do not allow external inodes for inline dataTheodore Ts'o
2018-06-26ext4: update mtime in ext4_punch_hole even if no blocks are releasedLukas Czerner
2018-06-26ext4: fix hole length detection in ext4_ind_map_blocks()Jan Kara
2018-06-03Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2018-06-03Revert "fs: fold open_check_o_direct into do_dentry_open"Al Viro
2018-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-05-31Merge tag 'xfs-4.17-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds