summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-11-21mm, elf: handle vm_brk errorMichal Hocko1-2/+5
2018-11-21fuse: set FR_SENT while lockedMiklos Szeredi1-1/+1
2018-11-21fuse: fix blocked_waitq wakeupMiklos Szeredi1-4/+11
2018-11-21fuse: Fix use-after-free in fuse_dev_do_write()Kirill Tkhai1-1/+5
2018-11-21fuse: Fix use-after-free in fuse_dev_do_read()Kirill Tkhai1-0/+2
2018-11-219p locks: fix glock.client_id leak in do_lockDominique Martinet1-2/+14
2018-11-21btrfs: set max_extent_size properlyJosef Bacik1-10/+20
2018-11-21Btrfs: fix null pointer dereference on compressed write path errorFilipe Manana1-0/+1
2018-11-21btrfs: qgroup: Dirty all qgroups before rescanQu Wenruo1-0/+1
2018-11-21Btrfs: fix wrong dentries after fsync of file that got its parent replacedFilipe Manana1-3/+27
2018-11-21btrfs: make sure we create all new block groupsJosef Bacik1-2/+5
2018-11-21btrfs: reset max_extent_size on clear in a bitmapJosef Bacik1-0/+2
2018-11-21btrfs: wait on caching when putting the bg cacheJosef Bacik1-0/+1
2018-11-21btrfs: don't attempt to trim devices that don't support itJeff Mahoney1-0/+4
2018-11-21btrfs: iterate all devices during trim, instead of fs_devices::alloc_listJeff Mahoney1-2/+2
2018-11-21btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlockQu Wenruo1-0/+14
2018-11-21btrfs: Handle owner mismatch gracefully when walking up treeQu Wenruo2-7/+13
2018-11-21Cramfs: fix abad comparison when wrap-arounds occurNicolas Pitre1-1/+2
2018-11-21ext4: avoid running out of journal credits when appending to an inline fileTheodore Ts'o3-56/+3
2018-11-21lockd: fix access beyond unterminated strings in printsAmir Goldstein1-1/+1
2018-11-21NFSv4.1: Fix the r/wsize checkingTrond Myklebust1-7/+9
2018-11-21smb3: on kerberos mount if server doesn't specify auth type use krb5Steve French1-2/+4
2018-11-21smb3: do not attempt cifs operation in smb3 query info error pathSteve French1-1/+9
2018-11-21smb3: allow stats which track session and share reconnects to be resetSteve French1-0/+3
2018-11-21ext4: initialize retries variable in ext4_da_write_inline_data_begin()Lukas Czerner1-1/+1
2018-11-21gfs2_meta: ->mount() can get NULL dev_nameAl Viro1-0/+3
2018-11-21jbd2: fix use after free in jbd2_log_do_checkpoint()Jan Kara1-2/+2
2018-11-21ext4: fix argument checking in EXT4_IOC_MOVE_EXTTheodore Ts'o1-2/+6
2018-11-21jffs2: free jffs2_sb_info through jffs2_kill_sb()Hou Tao1-3/+1
2018-11-10cachefiles: fix the race between cachefiles_bury_object() and rmdir(2)Al Viro1-1/+1
2018-11-10fs/fat/fatent.c: add cond_resched() to fat_count_free_clusters()Khazhismel Kumykov1-0/+1
2018-11-10fuse: Dont call set_page_dirty_lock() for ITER_BVEC pages for async_dioAshish Samant2-3/+4
2018-11-10CIFS: handle guest access errors to Windows sharesMark Syms1-0/+3
2018-11-10btrfs: don't create or leak aliased root while cleaning up orphansJeff Mahoney3-11/+22
2018-10-20jffs2: return -ERANGE when xattr buffer is too smallHou Tao1-2/+4
2018-10-20ext4: add corruption check in ext4_xattr_set_entry()Theodore Ts'o1-8/+14
2018-10-13ubifs: Check for name being NULL while mountingRichard Weinberger1-0/+3
2018-10-13ext4: always verify the magic number in xattr blocksTheodore Ts'o1-3/+3
2018-10-10ocfs2: fix locking for res->tracking and dlm->tracking_listAshish Samant1-2/+2
2018-10-10proc: restrict kernel stack dumps to rootJann Horn1-0/+14
2018-10-10smb2: fix missing files in root share directory listingAurelien Aptel1-1/+1
2018-10-10cifs: read overflow in is_valid_oplock_break()Dan Carpenter1-0/+8
2018-10-10fs/cifs: suppress a string overflow warningStephen Rothwell1-3/+8
2018-10-10fs/cifs: don't translate SFM_SLASH (U+F026) to backslashJon Kuhn1-3/+0
2018-10-10ext4: never move the system.data xattr out of the inode bodyTheodore Ts'o1-0/+5
2018-10-10nfsd: fix corrupted reply to badly ordered compoundJ. Bruce Fields1-0/+1
2018-09-29ext4: don't mark mmp buffer head dirtyLi Dongyang1-1/+0
2018-09-29ext4: fix online resizing for bigalloc file systems with a 1k block sizeTheodore Ts'o1-1/+2
2018-09-29ext4: fix online resize's handling of a too-small final block groupTheodore Ts'o1-0/+20
2018-09-29ext4: recalucate superblock checksum after updating free blocks/inodesTheodore Ts'o1-0/+2