summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* mount: Prevent MNT_DETACH from disconnecting locked mountsEric W. Biederman2018-11-211-1/+1
* mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mountsEric W. Biederman2018-11-211-2/+8
* mount: Retest MNT_LOCKED in do_umountEric W. Biederman2018-11-211-2/+8
* ext4: fix buffer leak in __ext4_read_dirblock() on error pathVasily Averin2018-11-211-0/+1
* ext4: fix buffer leak in ext4_xattr_move_to_block() on error pathVasily Averin2018-11-211-0/+2
* ext4: release bs.bh before re-using in ext4_xattr_block_find()Vasily Averin2018-11-211-0/+2
* ext4: fix possible leak of sbi->s_group_desc_leak in error pathTheodore Ts'o2018-11-211-8/+8
* ext4: avoid possible double brelse() in add_new_gdb() on error pathTheodore Ts'o2018-11-211-0/+1
* ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizingVasily Averin2018-11-211-1/+1
* ext4: avoid buffer leak in ext4_orphan_add() after prior errorsVasily Averin2018-11-211-1/+3
* ext4: fix possible inode leak in the retry loop of ext4_resize_fs()Vasily Averin2018-11-211-0/+4
* ext4: avoid potential extra brelse in setup_new_flex_group_blocks()Vasily Averin2018-11-211-6/+2
* ext4: add missing brelse() add_new_gdb_meta_bg()'s error pathVasily Averin2018-11-211-2/+1
* ext4: add missing brelse() in set_flexbg_block_bitmap()'s error pathVasily Averin2018-11-211-2/+4
* ext4: add missing brelse() update_backups()'s error pathVasily Averin2018-11-211-1/+3
* Btrfs: fix data corruption due to cloning of eof blockFilipe Manana2018-11-211-2/+10
* ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entryChangwei Ge2018-11-211-2/+1
* fs, elf: make sure to page align bss in load_elf_libraryOscar Salvador2018-11-211-3/+2
* binfmt_elf: fix calculations for bss paddingKees Cook2018-11-211-16/+18
* mm, elf: handle vm_brk errorMichal Hocko2018-11-211-2/+5
* fuse: set FR_SENT while lockedMiklos Szeredi2018-11-211-1/+1
* fuse: fix blocked_waitq wakeupMiklos Szeredi2018-11-211-4/+11
* fuse: Fix use-after-free in fuse_dev_do_write()Kirill Tkhai2018-11-211-1/+5
* fuse: Fix use-after-free in fuse_dev_do_read()Kirill Tkhai2018-11-211-0/+2
* 9p locks: fix glock.client_id leak in do_lockDominique Martinet2018-11-211-2/+14
* btrfs: set max_extent_size properlyJosef Bacik2018-11-211-10/+20
* Btrfs: fix null pointer dereference on compressed write path errorFilipe Manana2018-11-211-0/+1
* btrfs: qgroup: Dirty all qgroups before rescanQu Wenruo2018-11-211-0/+1
* Btrfs: fix wrong dentries after fsync of file that got its parent replacedFilipe Manana2018-11-211-3/+27
* btrfs: make sure we create all new block groupsJosef Bacik2018-11-211-2/+5
* btrfs: reset max_extent_size on clear in a bitmapJosef Bacik2018-11-211-0/+2
* btrfs: wait on caching when putting the bg cacheJosef Bacik2018-11-211-0/+1
* btrfs: don't attempt to trim devices that don't support itJeff Mahoney2018-11-211-0/+4
* btrfs: iterate all devices during trim, instead of fs_devices::alloc_listJeff Mahoney2018-11-211-2/+2
* btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlockQu Wenruo2018-11-211-0/+14
* btrfs: Handle owner mismatch gracefully when walking up treeQu Wenruo2018-11-212-7/+13
* Cramfs: fix abad comparison when wrap-arounds occurNicolas Pitre2018-11-211-1/+2
* ext4: avoid running out of journal credits when appending to an inline fileTheodore Ts'o2018-11-213-56/+3
* lockd: fix access beyond unterminated strings in printsAmir Goldstein2018-11-211-1/+1
* NFSv4.1: Fix the r/wsize checkingTrond Myklebust2018-11-211-7/+9
* smb3: on kerberos mount if server doesn't specify auth type use krb5Steve French2018-11-211-2/+4
* smb3: do not attempt cifs operation in smb3 query info error pathSteve French2018-11-211-1/+9
* smb3: allow stats which track session and share reconnects to be resetSteve French2018-11-211-0/+3
* ext4: initialize retries variable in ext4_da_write_inline_data_begin()Lukas Czerner2018-11-211-1/+1
* gfs2_meta: ->mount() can get NULL dev_nameAl Viro2018-11-211-0/+3
* jbd2: fix use after free in jbd2_log_do_checkpoint()Jan Kara2018-11-211-2/+2
* ext4: fix argument checking in EXT4_IOC_MOVE_EXTTheodore Ts'o2018-11-211-2/+6
* jffs2: free jffs2_sb_info through jffs2_kill_sb()Hou Tao2018-11-211-3/+1
* cachefiles: fix the race between cachefiles_bury_object() and rmdir(2)Al Viro2018-11-101-1/+1
* fs/fat/fatent.c: add cond_resched() to fat_count_free_clusters()Khazhismel Kumykov2018-11-101-0/+1