summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: fix qgroup rescan worker initializationFilipe Manana2017-01-061-4/+1
* btrfs: store and load values of stripes_min/stripes_max in balance status itemDavid Sterba2017-01-061-0/+4
* Btrfs: fix tree search logic when replaying directory entry deletesRobbie Ko2017-01-061-2/+1
* btrfs: limit async_work allocation and worker func durationMaxim Patlasov2017-01-063-2/+19
* NFSv4.x: hide array-bounds warningArnd Bergmann2016-12-021-1/+1
* ext4: sanity check the block and cluster size at mount timeTheodore Ts'o2016-11-262-1/+17
* fuse: fix fuse_write_end() if zero bytes were copiedMiklos Szeredi2016-11-261-0/+6
* btrfs: qgroup: Prevent qgroup->reserved from going subzeroGoldwyn Rodrigues2016-11-181-2/+7
* coredump: fix unfreezable coredumping taskAndrey Ryabinin2016-11-181-0/+3
* ovl: fsync after copy-upMiklos Szeredi2016-11-101-0/+2
* ubifs: Fix regression in ubifs_readdir()Richard Weinberger2016-11-101-0/+8
* ubifs: Abort readdir upon errorRichard Weinberger2016-11-101-5/+3
* btrfs: fix races on root_log_ctx listsChris Mason2016-11-101-14/+6
* libxfs: clean up _calc_dquots_per_chunkDarrick J. Wong2016-11-101-2/+1
* posix_acl: Clear SGID bit when setting file permissionsJan Kara2016-10-3114-92/+83
* ubifs: Fix xattr_names length in exit pathsRichard Weinberger2016-10-281-0/+2
* jbd2: fix incorrect unlock on j_list_lockTaesoo Kim2016-10-281-1/+2
* ext4: do not advertise encryption support when disabledEric Biggers2016-10-281-0/+4
* ceph: fix error handling in ceph_read_iterNikolay Borisov2016-10-281-1/+2
* isofs: Do not return EACCES for unknown filesystemsJan Kara2016-10-281-3/+5
* Fix regression which breaks DFS mountingSachin Prabhu2016-10-281-6/+8
* Cleanup missing frees on some ioctlsSteve French2016-10-281-5/+4
* Do not send SMB3 SET_INFO request if nothing is changingSteve French2016-10-281-0/+6
* SMB3: GUIDs should be constructed as random but valid uuidsSteve French2016-10-284-4/+4
* Set previous session id correctly on SMB3 reconnectSteve French2016-10-282-1/+6
* Display number of credits availableSteve French2016-10-281-0/+1
* Clarify locking of cifs file and tcon structures and make more granularSteve French2016-10-287-63/+75
* fs/cifs: keep guid when assigning fid to fileinfoAurelien Aptel2016-10-281-0/+1
* cifs: Limit the overall credit acquiredRoss Lagerwall2016-10-282-1/+27
* fs/super.c: fix race between freeze_super() and thaw_super()Oleg Nesterov2016-10-281-3/+3
* NFSv4.2: Fix a reference leak in nfs42_proc_layoutstats_genericJeff Layton2016-10-281-0/+1
* NFSv4: Open state recovery must account for file permission changesTrond Myklebust2016-10-281-0/+3
* NFSv4: nfs4_copy_delegation_stateid() must fail if the delegation is invalidTrond Myklebust2016-10-281-4/+13
* NFSv4: Don't report revoked delegations as valid in nfs_have_delegation()Trond Myklebust2016-10-281-0/+1
* lib: update single-char callers of strtobool()Kees Cook2016-10-284-48/+20
* ovl: copy_up_xattr(): use strnlenMiklos Szeredi2016-10-281-1/+11
* ovl: Fix info leak in ovl_lookup_temp()Richard Weinberger2016-10-281-1/+4
* pstore/ram: Use memcpy_fromio() to save old bufferAndrew Bresticker2016-10-281-2/+2
* pstore/ram: Use memcpy_toio instead of memcpyFurquan Shaikh2016-10-281-1/+1
* pstore/core: drop cmpxchg based updatesSebastian Andrzej Siewior2016-10-281-41/+2
* pstore/ramoops: fixup driver removalSebastian Andrzej Siewior2016-10-281-5/+12
* vfs: move permission checking into notify_change() for utimes(NULL)Miklos Szeredi2016-10-222-15/+16
* dlm: free workqueues after the connectionsMarcelo Ricardo Leitner2016-10-221-6/+2
* ext4: release bh in make_indexed_dirgmail2016-10-221-8/+6
* ext4: allow DAX writeback for hole punchRoss Zwisler2016-10-221-2/+2
* ext4: fix memory leak in ext4_insert_range()Fabian Frederick2016-10-221-0/+3
* ext4: reinforce check of i_dtime when clearing high fields of uid and gidDaeho Jeong2016-10-221-4/+4
* ext4: enforce online defrag restriction for encrypted filesEric Whitney2016-10-221-0/+7
* reiserfs: switch to generic_{get,set,remove}xattr()Al Viro2016-10-227-98/+31
* reiserfs: Unlock superblock before calling reiserfs_quota_on_mount()Mike Galbraith2016-10-221-1/+11