summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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-17CAPABILITIES: remove undefined caps from all processesEric Paris1-10/+1
2014-09-05NFSv4: Fix problems with close in the presence of a delegationTrond Myklebust1-5/+12
2014-09-05NFSv3: Fix another acl regressionTrond Myklebust1-1/+4
2014-09-05svcrdma: Select NFSv4.1 backchannel transport based on forward channelChuck Lever1-1/+2
2014-09-05nfs3_list_one_acl(): check get_acl() result with IS_ERR_OR_NULLAndrey Utkin1-1/+1
2014-09-05NFSD: Decrease nfsd_users in nfsd_startup_generic failKinglong Mee1-1/+4
2014-09-05jbd2: fix descriptor block size handling errors with journal_csumDarrick J. Wong5-44/+70
2014-09-05jbd2: fix infinite loop when recovering corrupt journal blocksDarrick J. Wong1-2/+5
2014-09-05ext4: update i_disksize coherently with block allocation on error pathDmitry Monakhov1-2/+8
2014-09-05Btrfs: fix crash on endio of reading corrupted blockLiu Bo1-0/+1
2014-09-05Btrfs: fix compressed write corruption on enospcLiu Bo1-0/+12
2014-09-05Btrfs: read lock extent buffer while walking backrefsFilipe Manana1-0/+3
2014-09-05Btrfs: fix csum tree corruption, duplicate and outdated checksumsFilipe Manana1-1/+1
2014-09-05Btrfs: Fix memory corruption by ulist_add_merge() on 32bit archTakashi Iwai2-6/+20
2014-09-05ext4: fix BUG_ON in mb_free_blocks()Theodore Ts'o1-0/+5
2014-09-05debugfs: Fix corrupted loop in debugfs_remove_recursiveSteven Rostedt1-7/+26
2014-09-05ext4: fix ext4_discard_allocated_blocks() if we can't allocate the pa structTheodore Ts'o1-1/+20
2014-09-05isofs: Fix unbounded recursion when processing relocated directoriesJan Kara3-22/+55
2014-08-14xfs: log vector rounding leaks log spaceDave Chinner2-9/+17
2014-07-31fs: umount on symlink leaks mnt countVasily Averin1-1/+2
2014-07-31coredump: fix the setting of PF_DUMPCORESilesh C V1-1/+1
2014-07-31nfs: only show Posix ACLs in listxattr if actually presentChristoph Hellwig2-2/+45
2014-07-28aio: protect reqs_available updates from changes in interrupt handlersBenjamin LaHaise1-0/+7
2014-07-28quota: missing lock in dqcache_shrink_scan()Niu Yawei1-0/+2
2014-07-28fuse: ignore entry-timeout on LOOKUP_REVALAnand Avati1-1/+2
2014-07-28fuse: handle large user and group IDMiklos Szeredi1-4/+16
2014-07-28fuse: timeout comparison fixMiklos Szeredi1-3/+3
2014-07-17ext4: fix a potential deadlock in __ext4_es_shrink()Theodore Ts'o1-2/+2
2014-07-17ext4: disable synchronous transaction batching if max_batch_time==0Eric Sandeen2-3/+4
2014-07-17ext4: clarify ext4_error message in ext4_mb_generate_buddy_error()Theodore Ts'o1-2/+2
2014-07-17ext4: clarify error count warning messagesTheodore Ts'o1-3/+4
2014-07-17ext4: fix unjournalled bg descriptor while initializing inode bitmapTheodore Ts'o1-7/+7
2014-07-09aio: block io_destroy() until all context requests are completedAnatol Pomozov1-4/+32
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-09fs/cifs: fix regression in cifs_create_mf_symlink()Björn Baumbach1-1/+1
2014-07-06reiserfs: call truncate_setsize under tailpack mutexJeff Mahoney1-1/+7
2014-07-06xfs: xfs_readsb needs to check for magic numbersDave Chinner1-6/+17
2014-07-06nfs: Fix cache_validity check in nfs_write_pageuptodate()Scott Mayhew1-1/+3
2014-07-06NFS: populate ->net in mount data when remountingMateusz Guzik1-0/+1