summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* pnfs/blocklayout: require 64-bit sector_tChristoph Hellwig2017-08-161-0/+1
* nfs/flexfiles: fix leak of nfs4_ff_ds_version arraysWeston Andros Adamson2017-08-161-0/+1
* fuse: initialize the flock flag in fuse_file on allocationMateusz Jurczyk2017-08-161-1/+1
* f2fs: sanity check checkpoint segno and blkoffJin Qian2017-08-111-0/+16
* ext4: fix overflow caused by missing cast in ext4_resize_fs()Jerry Lee2017-08-111-1/+2
* ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesizeJan Kara2017-08-111-0/+3
* Btrfs: adjust outstanding_extents counter properly when dio write is splitLiu Bo2017-08-061-2/+9
* pstore: Use dynamic spinlock initializerKees Cook2017-08-061-1/+1
* pstore: Correctly initialize spinlock and flagsKees Cook2017-08-061-5/+7
* pstore: Allow prz to control need for lockingJoel Fernandes2017-08-062-11/+18
* Make file credentials available to the seqfile interfacesLinus Torvalds2017-08-061-3/+4
* dentry name snapshotsAl Viro2017-08-064-11/+42
* xfs: don't BUG() on mixed direct and mapped I/OBrian Foster2017-08-061-1/+20
* pstore: Make spinlock per zone instead of globalJoel Fernandes2017-08-061-6/+5
* ceph: fix race in concurrent readdirYan, Zheng2017-07-271-0/+5
* udf: Fix deadlock between writeback and udf_setsize()Jan Kara2017-07-271-2/+2
* NFS: only invalidate dentrys that are clearly invalid.NeilBrown2017-07-272-6/+10
* f2fs: Don't clear SGID when inheriting ACLsJaegeuk Kim2017-07-271-1/+1
* mnt: Make propagate_umount less slow for overlapping mount propagation treesEric W. Biederman2017-07-211-1/+62
* mnt: In propgate_umount handle visiting mounts in any orderEric W. Biederman2017-07-213-62/+90
* mnt: In umount propagation reparent in a separate passEric W. Biederman2017-07-213-5/+32
* exec: Limit arg stack to at most 75% of _STK_LIMKees Cook2017-07-211-5/+6
* binfmt_elf: use ELF_ET_DYN_BASE only for PIEKees Cook2017-07-211-8/+51
* fs/dcache.c: fix spin lockup issue on nlru->lockSahitya Tummala2017-07-211-2/+3
* ext4: check return value of kstrtoull correctly in reserved_clusters_storeChao Yu2017-07-151-1/+1