summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* ext4: fix stripe-unaligned allocationsJan Kara2017-11-081-2/+4
* ocfs2: fstrim: Fix start offset of first cluster group during fstrimAshish Samant2017-11-081-6/+18
* cifs: check MaxPathNameComponentLength != 0 before using itRonnie Sahlberg2017-11-081-2/+3
* ecryptfs: fix dereference of NULL user_key_payloadEric Biggers2017-11-022-8/+25
* fuse: fix READDIRPLUS skipping an entryMiklos Szeredi2017-11-021-1/+2
* ceph: unlock dangling spinlock in try_flush_caps()Jeff Layton2017-11-021-1/+4
* FS-Cache: fix dereference of NULL user_key_payloadEric Biggers2017-10-271-0/+7
* fscrypto: require write access to mount to set encryption policyEric Biggers2017-10-271-0/+6
* fscrypt: fix dereference of NULL user_key_payloadEric Biggers2017-10-272-0/+12
* f2fs crypto: add missing locking for keyring_key accessJaegeuk Kim2017-10-271-0/+4
* f2fs crypto: replace some BUG_ON()'s with error checksJaegeuk Kim2017-10-273-6/+12
* nfsd/callback: Cleanup callback cred on shutdownKinglong Mee2017-10-213-4/+15
* ceph: clean up unsafe d_parent accesses in build_dentry_pathJeff Layton2017-10-211-2/+7
* ocfs2/dlmglue: prepare tracking logic to avoid recursive cluster lockEric Ren2017-10-213-3/+121
* f2fs: do not wait for writeback in write_beginJaegeuk Kim2017-10-211-1/+6
* Btrfs: send, fix failure to rename top level inode due to name collisionRobbie Ko2017-10-211-1/+4
* direct-io: Prevent NULL pointer access in submit_page_sectionAndreas Gruenbacher2017-10-181-1/+2
* CIFS: Reconnect expired SMB sessionsPavel Shilovsky2017-10-184-0/+32
* ext4: in ext4_seek_{hole,data}, return -ENXIO for negative offsetsDarrick J. Wong2017-10-181-2/+2
* ext4: don't allow encrypted operations without keysTheodore Ts'o2017-10-121-0/+12
* ext4: Don't clear SGID when inheriting ACLsJan Kara2017-10-121-7/+15
* ext4: fix data corruption for mmap writesJan Kara2017-10-121-5/+19
* lsm: fix smack_inode_removexattr and xattr_getsecurity memleakCasey Schaufler2017-10-121-1/+1
* xfs: remove kmem_zalloc_greedyDarrick J. Wong2017-10-083-24/+2
* GFS2: Fix reference to ERR_PTR in gfs2_glock_iter_nextDan Carpenter2017-10-081-5/+7
* gfs2: Fix debugfs glocks dumpAndreas Gruenbacher2017-10-051-12/+9
* btrfs: prevent to set invalid default subvolidsatoru takeuchi2017-10-051-0/+4
* btrfs: propagate error to btrfs_cmp_data_prepare callerNaohiro Aota2017-10-051-1/+1
* btrfs: fix NULL pointer dereference from free_reloc_roots()Naohiro Aota2017-10-051-1/+1
* vfs: Return -ENXIO for negative SEEK_HOLE / SEEK_DATA offsetsAndreas Gruenbacher2017-10-051-2/+2
* SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flagsSteve French2017-10-051-0/+7
* SMB: Validate negotiate (to protect against downgrade) even if signing offSteve French2017-10-051-5/+12
* Fix SMB3.1.1 guest authentication to SambaSteve French2017-10-051-1/+1
* cifs: release auth_key.response for reconnect.Shu Wang2017-10-051-0/+8
* ext4: fix quota inconsistency during orphan cleanup for read-only mountszhangyi (F)2017-09-271-7/+31
* ext4: fix incorrect quotaoff if the quota feature is enabledzhangyi (F)2017-09-271-3/+3
* nfsd: Fix general protection fault in release_lock_stateid()Chuck Lever2017-09-271-6/+4
* f2fs: check hot_data for roll-forward recoveryJaegeuk Kim2017-09-271-1/+1
* xfs: XFS_IS_REALTIME_INODE() should be false if no rt device presentRichard Wareing2017-09-131-1/+8
* NFS: Fix 2 use after free issues in the I/O codeTrond Myklebust2017-09-133-17/+12
* btrfs: resume qgroup rescan on rw remountAleksa Sarai2017-09-131-0/+2
* dlm: avoid double-free on error path in dlm_device_{register,unregister}Edwin Török2017-09-131-0/+4
* epoll: fix race between ep_poll_callback(POLLFREE) and ep_free()/ep_remove()Oleg Nesterov2017-09-071-13/+24
* CIFS: remove endian related sparse warningSteve French2017-09-071-1/+1
* CIFS: Fix maximum SMB2 header sizePavel Shilovsky2017-09-071-2/+2
* ceph: fix readpage from fscacheYan, Zheng2017-09-072-18/+18
* btrfs: remove duplicate const specifierColin Ian King2017-09-021-1/+1
* nfsd: Limit end of page list when decoding NFSv4 WRITEChuck Lever2017-08-301-4/+2
* cifs: return ENAMETOOLONG for overlong names in cifs_open()/cifs_lookup()Ronnie Sahlberg2017-08-301-6/+12
* cifs: Fix df output for users with quota limitsSachin Prabhu2017-08-301-2/+2