summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2014-09-26aio: add missing smp_rmb() in read_events_ringJeff Moyer
2014-09-18CIFS: Fix directory rename errorPavel Shilovsky
2014-09-17CIFS: Fix wrong restart readdir for SMB1Pavel Shilovsky
2014-09-17CIFS: Fix wrong filename length for SMB2Pavel Shilovsky
2014-09-17CIFS: Fix wrong directory attributes after renamePavel Shilovsky
2014-09-17CIFS: Possible null ptr deref in SMB2_tconSteve French
2014-09-17CIFS: Fix async reading on reconnectsPavel Shilovsky
2014-09-17CIFS: Fix STATUS_CANNOT_DELETE error mapping for SMB2Pavel Shilovsky
2014-09-17xfs: don't zero partial page cache pages during O_DIRECT writesChris Mason
2014-09-17xfs: don't zero partial page cache pages during O_DIRECT writesDave Chinner
2014-09-17xfs: don't dirty buffers beyond EOFDave Chinner
2014-09-17xfs: quotacheck leaves dquot buffers without verifiersDave Chinner
2014-09-17xfs: ensure verifiers are attached to recovered buffersDave Chinner
2014-09-17mnt: Change the default remount atime from relatime to the existing valueEric W. Biederman
2014-09-17CAPABILITIES: remove undefined caps from all processesEric Paris
2014-09-17NFSv4: Fix problems with close in the presence of a delegationTrond Myklebust
2014-09-17svcrdma: Select NFSv4.1 backchannel transport based on forward channelChuck Lever
2014-09-17NFSD: Decrease nfsd_users in nfsd_startup_generic failKinglong Mee
2014-09-17jbd2: fix descriptor block size handling errors with journal_csumDarrick J. Wong
2014-09-17jbd2: fix infinite loop when recovering corrupt journal blocksDarrick J. Wong
2014-09-17ext4: update i_disksize coherently with block allocation on error pathDmitry Monakhov
2014-09-17Btrfs: fix crash on endio of reading corrupted blockLiu Bo
2014-09-17Btrfs: fix compressed write corruption on enospcLiu Bo
2014-09-17Btrfs: read lock extent buffer while walking backrefsFilipe Manana
2014-09-17Btrfs: fix csum tree corruption, duplicate and outdated checksumsFilipe Manana
2014-09-17Btrfs: Fix memory corruption by ulist_add_merge() on 32bit archTakashi Iwai
2014-09-15vfs: fix bad hashing of dentriesLinus Torvalds
2014-09-15dcache.c: get rid of pointless macrosAl Viro
2014-09-15ext4: fix BUG_ON in mb_free_blocks()Theodore Ts'o
2014-09-03debugfs: Fix corrupted loop in debugfs_remove_recursiveSteven Rostedt
2014-09-03ext4: fix ext4_discard_allocated_blocks() if we can't allocate the pa structTheodore Ts'o
2014-09-03isofs: Fix unbounded recursion when processing relocated directoriesJan Kara
2014-09-02bio-integrity: add "bip_max_vcnt" into struct bio_integrity_payloadGu Zheng
2014-08-26ext4: Fix block zeroing when punching holes in indirect block filesJan Kara
2014-08-26mnt: Correct permission checks in do_remountEric W. Biederman
2014-08-26mnt: Move the test for MNT_LOCK_READONLY from change_mount_flags into do_remountEric W. Biederman
2014-08-26mnt: Only change user settable mount flags in remountEric W. Biederman
2014-07-30fs: umount on symlink leaks mnt countVasily Averin
2014-07-30coredump: fix the setting of PF_DUMPCORESilesh C V
2014-07-29aio: protect reqs_available updates from changes in interrupt handlersBenjamin LaHaise
2014-07-29quota: missing lock in dqcache_shrink_scan()Niu Yawei
2014-07-29fuse: ignore entry-timeout on LOOKUP_REVALAnand Avati
2014-07-29fuse: handle large user and group IDMiklos Szeredi
2014-07-29fuse: timeout comparison fixMiklos Szeredi
2014-07-18ext4: fix a potential deadlock in __ext4_es_shrink()Theodore Ts'o
2014-07-18ext4: disable synchronous transaction batching if max_batch_time==0Eric Sandeen
2014-07-18ext4: clarify ext4_error message in ext4_mb_generate_buddy_error()Theodore Ts'o
2014-07-18ext4: clarify error count warning messagesTheodore Ts'o
2014-07-18ext4: fix unjournalled bg descriptor while initializing inode bitmapTheodore Ts'o
2014-07-18nfsd: fix rare symlink decoding bugJ. Bruce Fields