summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-09-17CIFS: Fix SMB2 readdir error handlingPavel Shilovsky7-8/+25
2014-09-17vfs: fix bad hashing of dentriesLinus Torvalds2-4/+3
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 directory rename errorPavel Shilovsky1-1/+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-17xfs: ensure verifiers are attached to recovered buffersDave Chinner1-20/+31
2014-09-17fix copy_tree() regressionAl Viro1-7/+24
2014-09-17fix EBUSY on umount() from MNT_SHRINKABLEAl Viro1-0/+6
2014-09-17get rid of propagate_umount() mistakenly treating slaves as busy.Al Viro2-1/+4
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-17ocfs2: do not write error flag to user structure we cannot copy from/toBen Hutchings1-86/+43
2014-09-17fanotify: fix double free of pending permission eventsJan Kara3-2/+37
2014-09-17CAPABILITIES: remove undefined caps from all processesEric Paris1-10/+1
2014-09-17reiserfs: Fix use after free in journal teardownJan Kara2-7/+21
2014-09-17reiserfs: fix corruption introduced by balance_leaf refactorJeff Mahoney3-54/+71
2014-09-06NFSv4: Fix problems with close in the presence of a delegationTrond Myklebust1-5/+12
2014-09-06NFSv4: Don't clear the open state when we just did an OPEN_DOWNGRADETrond Myklebust1-4/+5
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-06nfs: reject changes to resvport and sharecache during remountScott Mayhew1-4/+5
2014-09-06nfs3_list_one_acl(): check get_acl() result with IS_ERR_OR_NULLAndrey Utkin1-1/+1
2014-09-06NFSD: Decrease nfsd_users in nfsd_startup_generic failKinglong Mee1-1/+4
2014-09-06jbd2: fix descriptor block size handling errors with journal_csumDarrick J. Wong5-44/+70
2014-09-06jbd2: fix infinite loop when recovering corrupt journal blocksDarrick J. Wong1-2/+5
2014-09-06ext4: fix same-dir rename when inline data directory overflowsDarrick J. Wong1-3/+18
2014-09-06ext4: update i_disksize coherently with block allocation on error pathDmitry Monakhov1-2/+8
2014-09-06ext4: fix transaction issues for ext4_fallocate and ext_zero_rangeDmitry Monakhov1-33/+35
2014-09-06ext4: fix incorect journal credits reservation in ext4_zero_rangeDmitry Monakhov1-2/+9
2014-09-06ext4: move i_size,i_disksize update routines to helper functionDmitry Monakhov3-39/+28
2014-09-06Btrfs: fix task hang under heavy compressed writeLiu Bo12-61/+141
2014-09-06Btrfs: fix filemap_flush call in btrfs_file_releaseChris Mason1-1/+9
2014-09-06Btrfs: fix crash on endio of reading corrupted blockLiu Bo1-0/+1
2014-09-06btrfs: disable strict file flushes for renames and truncatesChris Mason8-267/+6
2014-09-06Btrfs: fix compressed write corruption on enospcLiu Bo1-0/+12
2014-09-06Btrfs: read lock extent buffer while walking backrefsFilipe Manana1-0/+3
2014-09-06Btrfs: fix csum tree corruption, duplicate and outdated checksumsFilipe Manana1-1/+1
2014-09-06Btrfs: Fix memory corruption by ulist_add_merge() on 32bit archTakashi Iwai2-6/+20
2014-09-06ext4: fix BUG_ON in mb_free_blocks()Theodore Ts'o1-0/+5
2014-09-06debugfs: Fix corrupted loop in debugfs_remove_recursiveSteven Rostedt1-7/+26