summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-09-26mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman11-28/+25
2014-09-26fs: buffer: do not use unnecessary atomic operations when discarding buffersMel Gorman1-5/+16
2014-09-26mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman1-1/+1
2014-09-26fs/superblock: avoid locking counting inodes and dentries before reclaiming themTim Chen1-4/+8
2014-09-26fs/superblock: unregister sb shrinker before ->kill_sb()Dave Chinner1-3/+1
2014-09-26callers of iov_copy_from_user_atomic() don't need pagecache_disable()Al Viro2-7/+0
2014-09-26mm: remove read_cache_page_async()Sasha Levin2-3/+2
2014-09-26mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner1-1/+1
2014-09-26mm: filemap: move radix tree hole searching hereJohannes Weiner1-1/+1
2014-09-26mm: per-thread vma cachingDavidlohr Bueso2-2/+6
2014-09-26hugetlb: ensure hugepage access is denied if hugepages are not supportedNishanth Aravamudan1-0/+5
2014-09-26aio: add missing smp_rmb() in read_events_ringJeff Moyer1-0/+6
2014-09-18CIFS: Fix directory rename errorPavel Shilovsky1-1/+4
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-17xfs: ensure verifiers are attached to recovered buffersDave Chinner1-20/+31
2014-09-17mnt: Change the default remount atime from relatime to the existing valueEric W. Biederman1-0/+8
2014-09-17CAPABILITIES: remove undefined caps from all processesEric Paris1-10/+1
2014-09-17NFSv4: Fix problems with close in the presence of a delegationTrond Myklebust1-5/+12
2014-09-17svcrdma: Select NFSv4.1 backchannel transport based on forward channelChuck Lever1-1/+2
2014-09-17NFSD: Decrease nfsd_users in nfsd_startup_generic failKinglong Mee1-1/+4
2014-09-17jbd2: fix descriptor block size handling errors with journal_csumDarrick J. Wong5-44/+70
2014-09-17jbd2: fix infinite loop when recovering corrupt journal blocksDarrick J. Wong1-2/+5
2014-09-17ext4: update i_disksize coherently with block allocation on error pathDmitry Monakhov1-2/+8
2014-09-17Btrfs: fix crash on endio of reading corrupted blockLiu Bo1-0/+1
2014-09-17Btrfs: fix compressed write corruption on enospcLiu Bo1-0/+12
2014-09-17Btrfs: read lock extent buffer while walking backrefsFilipe Manana1-0/+3
2014-09-17Btrfs: fix csum tree corruption, duplicate and outdated checksumsFilipe Manana1-1/+1
2014-09-17Btrfs: Fix memory corruption by ulist_add_merge() on 32bit archTakashi Iwai2-6/+20
2014-09-15vfs: fix bad hashing of dentriesLinus Torvalds2-4/+3
2014-09-15dcache.c: get rid of pointless macrosAl Viro1-4/+2
2014-09-15ext4: fix BUG_ON in mb_free_blocks()Theodore Ts'o1-0/+5
2014-09-03debugfs: Fix corrupted loop in debugfs_remove_recursiveSteven Rostedt1-8/+26
2014-09-03ext4: fix ext4_discard_allocated_blocks() if we can't allocate the pa structTheodore Ts'o1-1/+20
2014-09-03isofs: Fix unbounded recursion when processing relocated directoriesJan Kara3-22/+55
2014-09-02bio-integrity: add "bip_max_vcnt" into struct bio_integrity_payloadGu Zheng1-9/+3
2014-08-26ext4: Fix block zeroing when punching holes in indirect block filesJan Kara1-2/+2
2014-08-26mnt: Correct permission checks in do_remountEric W. Biederman1-3/+33
2014-08-26mnt: Move the test for MNT_LOCK_READONLY from change_mount_flags into do_remountEric W. Biederman1-3/+10
2014-08-26mnt: Only change user settable mount flags in remountEric W. Biederman1-1/+1
2014-07-30fs: umount on symlink leaks mnt countVasily Averin1-1/+2
2014-07-30coredump: fix the setting of PF_DUMPCORESilesh C V1-1/+1