summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-08-15proc: Fix proc_sys_prune_dcache to hold a sb referenceEric W. Biederman2-14/+31
2018-08-15proc/sysctl: Don't grab i_lock under sysctl_lock.Eric W. Biederman1-13/+18
2018-08-15proc/sysctl: prune stale dentries during unregisteringKonstantin Khlebnikov3-19/+50
2018-08-15fix __legitimize_mnt()/mntput() raceAl Viro1-0/+14
2018-08-15fix mntput/mntput raceAl Viro1-2/+12
2018-08-15make sure that __dentry_kill() always invalidates d_seq, unhashed or notAl Viro1-5/+2
2018-08-15root dentries need RCU-delayed freeingAl Viro1-2/+4
2018-08-15ext4: fix check to prevent initializing reserved inodesTheodore Ts'o2-8/+5
2018-08-09jfs: Fix inconsistency between memory allocation and ea_buf->max_sizeShankara Pailoor1-4/+6
2018-08-09Btrfs: fix file data corruption after cloning a range and fsyncFilipe Manana1-0/+3
2018-08-09ext4: fix false negatives *and* false positives in ext4_check_descriptors()Theodore Ts'o1-2/+2
2018-08-06squashfs: more metadata hardeningsLinus Torvalds3-6/+13
2018-08-06squashfs: more metadata hardeningLinus Torvalds1-0/+2
2018-08-03ext4: check for allocation block validity with block group lockedTheodore Ts'o2-0/+6
2018-08-03ext4: fix inline data updates with checksums enabledTheodore Ts'o2-17/+18
2018-08-03squashfs: be more careful about metadata corruptionLinus Torvalds4-5/+16
2018-08-03fscrypt: use unbound workqueue for decryptionEric Biggers1-1/+10
2018-08-03btrfs: qgroup: Finish rescan when hit the last leaf of extent treeQu Wenruo1-0/+19
2018-08-03btrfs: add barriers to btrfs_sync_log before log_commit_wait wakeupsDavid Sterba1-2/+8
2018-08-03f2fs: fix race in between GC and atomic openChao Yu1-0/+3
2018-08-03f2fs: Fix deadlock in shutdown ioctlSahitya Tummala1-4/+7
2018-08-03f2fs: fix to wait page writeback during revoking atomic writeChao Yu1-0/+2
2018-08-03f2fs: fix to don't trigger writeback during recoveryChao Yu1-0/+3
2018-08-03f2fs: fix error path of move_data_pageChao Yu1-3/+8
2018-08-03disable loading f2fs module on PAGE_SIZE > 4KBAnatoly Pugachev1-0/+6
2018-08-03pnfs: Don't release the sequence slot until we've processed layoutget on openTrond Myklebust1-1/+2
2018-08-03nfsd: fix potential use-after-free in nfsd4_decode_getdeviceinfoScott Mayhew1-0/+2
2018-07-28exec: avoid gcc-8 warning for get_task_commArnd Bergmann1-4/+3
2018-07-25fat: fix memory allocation failure handling of match_strdup()OGAWA Hirofumi1-7/+13
2018-07-22reiserfs: fix buffer overflow with long warning messagesEric Biggers1-60/+81
2018-07-22ocfs2: ip_alloc_sem should be taken in ocfs2_get_block()alex chen1-8/+18
2018-07-22ocfs2: subsystem.su_mutex is required while accessing the item->ci_parentalex chen1-8/+55
2018-07-17fs, elf: make sure to page align bss in load_elf_libraryOscar Salvador1-3/+2
2018-07-17Fix up non-directory creation in SGID directoriesLinus Torvalds1-0/+6
2018-07-11ext4: check superblock mapped prior to committingJon Derrick1-0/+8
2018-07-11ext4: add more mount time checks of the superblockTheodore Ts'o1-11/+26
2018-07-11ext4: add more inode number paranoia checksTheodore Ts'o3-6/+7
2018-07-11ext4: clear i_data in ext4_inode_info when removing inline dataTheodore Ts'o1-0/+1
2018-07-11ext4: include the illegal physical block in the bad map ext4_error msgTheodore Ts'o1-2/+2
2018-07-11ext4: verify the depth of extent tree in ext4_find_extent()Theodore Ts'o2-0/+7
2018-07-11ext4: only look at the bg_flags field if it is validTheodore Ts'o4-6/+36
2018-07-11ext4: always check block group bounds in ext4_init_block_bitmap()Theodore Ts'o1-7/+3
2018-07-11ext4: make sure bitmaps and the inode table don't overlap with bg descriptorsTheodore Ts'o1-0/+25
2018-07-11jbd2: don't mark block as modified if the handle is out of creditsTheodore Ts'o1-1/+8
2018-07-11cifs: Fix infinite loop when using hard mount optionPaulo Alcantara2-8/+20
2018-07-03udf: Detect incorrect directory sizeJan Kara1-0/+3
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-1/+1