summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-09-17vfs: fix bad hashing of dentriesLinus Torvalds2-4/+3
2014-09-17dcache.c: get rid of pointless macrosAl Viro1-4/+2
2014-09-17CIFS: Fix wrong restart readdir for SMB1Pavel Shilovsky1-2/+2
2014-09-17CIFS: Fix wrong filename length for SMB2Pavel Shilovsky5-9/+4
2014-09-17CIFS: Fix wrong directory attributes after renamePavel Shilovsky1-0/+6
2014-09-17CIFS: Possible null ptr deref in SMB2_tconSteve French1-1/+2
2014-09-17CIFS: Fix async reading on reconnectsPavel Shilovsky1-2/+2
2014-09-17CIFS: Fix STATUS_CANNOT_DELETE error mapping for SMB2Pavel Shilovsky1-1/+1
2014-09-17xfs: don't zero partial page cache pages during O_DIRECT writesChris Mason1-1/+10
2014-09-17xfs: don't zero partial page cache pages during O_DIRECT writesDave Chinner1-1/+9
2014-09-17xfs: don't dirty buffers beyond EOFDave Chinner1-0/+61
2014-09-17xfs: quotacheck leaves dquot buffers without verifiersDave Chinner2-2/+9
2014-09-17mnt: Change the default remount atime from relatime to the existing valueEric W. Biederman1-0/+8
2014-09-17mnt: Correct permission checks in do_remountEric W. Biederman1-3/+33
2014-09-17mnt: Move the test for MNT_LOCK_READONLY from change_mount_flags into do_remountEric W. Biederman1-3/+10
2014-09-17mnt: Only change user settable mount flags in remountEric W. Biederman1-1/+1
2014-09-17CAPABILITIES: remove undefined caps from all processesEric Paris1-10/+1
2014-09-06NFSv4: Fix problems with close in the presence of a delegationTrond Myklebust1-5/+12
2014-09-06NFSv3: Fix another acl regressionTrond Myklebust1-1/+4
2014-09-06svcrdma: Select NFSv4.1 backchannel transport based on forward channelChuck Lever1-1/+2
2014-09-06NFSD: Decrease nfsd_users in nfsd_startup_generic failKinglong Mee1-1/+4
2014-09-06jbd2: fix infinite loop when recovering corrupt journal blocksDarrick J. Wong1-2/+5
2014-09-06Btrfs: fix csum tree corruption, duplicate and outdated checksumsFilipe Manana1-1/+1
2014-09-06ext4: fix BUG_ON in mb_free_blocks()Theodore Ts'o1-0/+5
2014-09-06ext4: fix ext4_discard_allocated_blocks() if we can't allocate the pa structTheodore Ts'o1-1/+20
2014-09-06isofs: Fix unbounded recursion when processing relocated directoriesJan Kara3-22/+55
2014-07-31coredump: fix the setting of PF_DUMPCORESilesh C V1-1/+1
2014-07-28fuse: handle large user and group IDMiklos Szeredi1-4/+16
2014-07-18ext4: disable synchronous transaction batching if max_batch_time==0Eric Sandeen2-3/+4
2014-07-18ext4: clarify error count warning messagesTheodore Ts'o1-3/+4
2014-07-18ext4: fix unjournalled bg descriptor while initializing inode bitmapTheodore Ts'o1-7/+7
2014-07-09nfsd: fix rare symlink decoding bugJ. Bruce Fields2-10/+12
2014-07-09ext4: Fix hole punching for files with indirect blocksJan Kara1-2/+10
2014-07-09ext4: Fix buffer double free in ext4_alloc_branch()Jan Kara1-1/+7
2014-07-09CIFS: fix mount failure with broken pathnames when smb3 mount with mapchars o...Steve French1-3/+4
2014-07-07reiserfs: call truncate_setsize under tailpack mutexJeff Mahoney1-1/+7
2014-07-07nfsd: don't halt scanning the DRC LRU list when there's an RC_INPROG entryJeff Layton1-9/+8
2014-07-07nfsd: don't try to reuse an expired DRC entry off the listJeff Layton1-32/+4
2014-07-07NFS: Don't declare inode uptodate unless all attributes were checkedTrond Myklebust1-9/+17
2014-07-07nfsd: getattr for FATTR4_WORD0_FILES_AVAIL needs the statfs bufferChristoph Hellwig1-2/+2
2014-07-07nfsd4: fix FREE_STATEID lockowner leakJ. Bruce Fields1-1/+1
2014-07-07pNFS: Handle allocation errors correctly in filelayout_alloc_layout_hdr()Trond Myklebust1-1/+1
2014-07-07UBIFS: Remove incorrect assertion in shrink_tnc()hujianyang1-1/+0
2014-07-07UBIFS: fix an mmap and fsync race conditionhujianyang1-2/+1
2014-07-01btrfs: fix use of uninit "ret" in end_extent_writepage()Eric Sandeen1-1/+1
2014-07-01Btrfs: fix scrub_print_warning to handle skinny metadata extentsLiu Bo3-15/+24
2014-07-01Btrfs: use right type to get real comparisonLiu Bo1-1/+1
2014-07-01fs: btrfs: volumes.c: Fix for possible null pointer dereferenceRickard Strandqvist1-2/+3
2014-07-01Btrfs: send, don't error in the presence of subvols/snapshotsFilipe Manana1-0/+4
2014-07-01Btrfs: set right total device count for seeding supportWang Shilong1-1/+0