summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-05-06nfsd: set timeparms.to_maxval in setup_callback_clientJeff Layton1-1/+3
2014-05-06NFSD: Traverse unconfirmed client through hash-tableKinglong Mee1-8/+5
2014-05-06nfsd4: fix setclientid encode sizeJ. Bruce Fields1-1/+2
2014-05-06nfsd: check passed socket's net matches NFSd superblock's oneStanislav Kinsbursky1-0/+5
2014-05-06nfsd: notify_change needs elevated write countJ. Bruce Fields1-0/+9
2014-05-06nfsd4: fix test_stateid error reply encodingJ. Bruce Fields1-0/+3
2014-05-06nfsd4: buffer-length check for SUPPATTR_EXCLCREATJ. Bruce Fields1-0/+2
2014-05-06nfsd4: session needs room for following op to error outJ. Bruce Fields1-0/+6
2014-05-06xfs: fix directory hash ordering bugMark Tinguely1-1/+1
2014-04-26jffs2: remove from wait queue after schedule()Li Zefan1-0/+1
2014-04-26jffs2: avoid soft-lockup in jffs2_reserve_space_gc()Li Zefan1-4/+9
2014-04-26jffs2: Fix crash due to truncation of csizeAjesh Kunhipurayil Vijayan1-1/+1
2014-04-26jffs2: Fix segmentation fault found in stress testKamlakant Patel1-2/+2
2014-04-26ext4: fix partial cluster handling for bigalloc file systemsEric Whitney1-0/+21
2014-04-26ext4: fix error return from ext4_ext_handle_uninitialized_extents()Eric Whitney1-2/+6
2014-04-26Btrfs: skip submitting barrier for missing deviceHidetoshi Seto1-0/+4
2014-04-26bdi: avoid oops on device removalJan Kara1-5/+18
2014-04-26backing_dev: fix hung task on syncDerek Basehore1-4/+4
2014-04-03mm: close PageTail raceDavid Rientjes1-1/+1
2014-04-03ext4: atomically set inode->i_flags in ext4_set_inode_flags()Theodore Ts'o1-6/+9
2014-03-23bio-integrity: Fix bio_integrity_verify segment start bugNicholas Bellinger1-1/+1
2014-03-23Fix mountpoint reference leakage in linkatOleg Drokin1-0/+1
2014-03-23Btrfs: fix data corruption when reading/updating compressed extentsFilipe David Borba Manana1-0/+2
2014-03-23fs/proc/base.c: fix GPF in /proc/$PID/map_filesArtem Fetishev1-0/+1
2014-03-23NFSv4: nfs4_stateid_is_current should return 'true' for an invalid stateidTrond Myklebust1-2/+3
2014-03-23NFS: Fix a delegation callback raceTrond Myklebust1-4/+7
2014-03-23ocfs2 syncs the wrong range...Al Viro1-4/+4
2014-03-23ocfs2: fix quota file corruptionJan Kara2-14/+17
2014-03-06quota: Fix race between dqput() and dquot_scan_active()Jan Kara1-3/+11
2014-03-06fs: fix iversion handlingChristoph Hellwig3-7/+10
2014-03-06CIFS: Fix too big maxBuf size for SMB3 mountsPavel Shilovsky3-10/+10
2014-03-06cifs: ensure that uncached writes handle unmapped areas correctlyJeff Layton1-3/+34
2014-03-06ext4: don't leave i_crtime.tv_sec uninitializedTheodore Ts'o1-0/+2
2014-03-06ext4: fix online resize with a non-standard blocks per group settingTheodore Ts'o1-1/+1
2014-03-06ext4: fix online resize with very large inode tablesTheodore Ts'o1-12/+20
2014-03-06ext4: don't try to modify s_flags if the the file system is read-onlyTheodore Ts'o1-7/+13
2014-03-06ext4: fix error paths in swap_inode_boot_loader()Zheng Liu1-1/+2
2014-02-22block: Fix nr_vecs for inline integrity vectorsMartin K. Petersen1-1/+9
2014-02-22lockd: send correct lock when granting a delayed lock.NeilBrown1-0/+8
2014-02-22retrieving CIFS ACLs when mounted with SMB2 fails dropping sessionSteve French4-8/+43
2014-02-22Add protocol specific operation for CIFS xattrsSteve French2-4/+13
2014-02-22CIFS: Fix SMB2 mounts so they don't try to set or get xattrs via cifsSteve French2-19/+36
2014-02-22fs/file.c:fdtable: avoid triggering OOMs from alloc_fdmemEric W. Biederman1-1/+1
2014-02-20mm: __set_page_dirty uses spin_lock_irqsave instead of spin_lock_irqKOSAKI Motohiro1-2/+4
2014-02-20Btrfs: disable snapshot aware defrag for nowJosef Bacik1-1/+1
2014-02-13pnfs: Proper delay for NFS4ERR_RECALLCONFLICT in layout_get_doneBoaz Harrosh1-4/+30
2014-02-13nfs4: fix discover_server_trunking use after freeWeston Andros Adamson1-6/+4
2014-02-13NFSv4.1: Handle errors correctly in nfs41_walk_client_listTrond Myklebust1-3/+5
2014-02-13nfs4.1: properly handle ENOTSUP in SECINFO_NO_NAMEWeston Andros Adamson1-2/+2
2014-02-13NFSv4: OPEN must handle the NFS4ERR_IO return code correctlyTrond Myklebust1-16/+31