summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-10-03btrfs: fix d_off in the first direntHidetoshi Seto1-2/+3
2011-10-03writeback: update dirtied_when for synced inode to prevent livelockWu Fengguang1-0/+9
2011-10-03writeback: introduce .tagged_writepages for the WB_SYNC_NONE sync stageWu Fengguang2-10/+11
2011-10-03teach /proc/$pid/numa_maps about transparent hugepagesDave Hansen1-0/+20
2011-10-03break out numa_maps gather_pte_stats() checksDave Hansen1-15/+24
2011-10-03make /proc/$pid/numa_maps gather_stats() take variable page sizeDave Hansen1-10/+11
2011-10-03Fix the conflict between rwpidforward and rw mount optionsSteve French1-2/+2
2011-10-03cifs: fix possible memory corruption in CIFSFindNextJeff Layton1-1/+2
2011-10-03restore pinning the victim dentry in vfs_rmdir()/vfs_rename_dir()Al Viro1-0/+4
2011-10-03fs/9p: Use protocol-defined value for lock/getlock 'type' field.Jim Garlick1-7/+27
2011-10-03fs/9p: Always ask new inode in lookup for cache mode disabledAneesh Kumar K.V1-7/+21
2011-10-03fs/9p: Add OS dependent open flags in 9p protocolAneesh Kumar K.V3-2/+57
2011-10-03fs/9p: Don't update file type when updating file attributesAneesh Kumar K.V4-52/+68
2011-10-03fs/9p: Add fid before dentry instantiationAneesh Kumar K.V2-7/+5
2011-10-039p: close ACL leaksAl Viro3-15/+22
2011-10-03fs/9p: Always ask new inode in createAneesh Kumar K.V3-18/+61
2011-10-03fs/9p: Fix invalid mount options/argsPrem Karat1-9/+34
2011-10-03fs/9p: When doing inode lookup compare qid details and inode mode bits.Aneesh Kumar K.V6-29/+81
2011-10-03Avoid dereferencing a 'request_queue' after last close.NeilBrown1-2/+5
2011-08-29fuse: check size of FUSE_NOTIFY_INVAL_ENTRY messageMiklos Szeredi1-0/+4
2011-08-29ext4: fix nomblk_io_submit option so it correctly converts uninit blocksTheodore Ts'o1-1/+6
2011-08-29ext4: Resolve the hang of direct i/o read in handling EXT4_IO_END_UNWRITTEN.Tao Ma2-3/+12
2011-08-29ext4: call ext4_ioend_wait and ext4_flush_completed_IO in ext4_evict_inodeJiaying Zhang2-1/+6
2011-08-29ext4: Fix ext4_should_writeback_data() for no-journal modeCurt Wohlgemuth2-2/+6
2011-08-29Btrfs: fix an oops of log replayliubo1-4/+24
2011-08-29Btrfs: detect wether a device supports discardJosef Bacik3-2/+29
2011-08-29NFSv4.1: Return NFS4ERR_BADSESSION to callbacks during session resetsTrond Myklebust1-0/+5
2011-08-29NFSv4.1: Fix the callback 'highest_used_slotid' behaviourTrond Myklebust3-24/+22
2011-08-29pnfs-obj: Bug when we are running out of bioBoaz Harrosh1-7/+5
2011-08-29pnfs-obj: Fix the comp_index != 0 caseBoaz Harrosh2-9/+10
2011-08-29possible memory corruption on mountSteve French1-1/+2
2011-08-29befs: Validate length of long symbolic links.Timo Warns1-9/+14
2011-08-29cifs: demote cERROR in build_path_from_dentry to cFYIJeff Layton1-2/+2
2011-08-15ext4: Properly count journal credits for long symlinksEric Sandeen1-2/+4
2011-08-15ext3: Properly count journal credits for long symlinksEric Sandeen1-2/+4
2011-08-15eCryptfs: Return error when lower file pointer is NULLTyler Hicks1-8/+10
2011-08-15Ecryptfs: Add mount option to check uid of device being mounted = expect uidJohn Johansen1-2/+21
2011-08-15cifs: convert prefixpath delimiters in cifs_build_path_to_rootJeff Layton1-12/+2
2011-08-15cifs: cope with negative dentries in cifs_get_rootJeff Layton1-0/+4
2011-08-15CIFS: Fix missing a decrement of inFlight valuePavel Shilovsky1-0/+2
2011-08-04GFS2: Fix mount hang caused by certain access pattern to sysfs filesSteven Whitehouse1-2/+2
2011-08-04proc: fix a race in do_io_accounting()Vasiliy Kulikov1-3/+13
2011-08-04NFS: Fix spurious readdir cookie loop messagesTrond Myklebust1-23/+33
2011-08-04NFSv4: Don't use the delegation->inode in nfs_mark_return_delegation()Trond Myklebust1-8/+8
2011-08-04nfsd4: fix file leak on open_downgradeJ. Bruce Fields1-23/+8
2011-08-04nfsd4: remember to put RW access on stateid destructionJ. Bruce Fields1-11/+6
2011-08-04nfsd: don't break lease on CLAIM_DELEGATE_CURCasey Bodley1-6/+12
2011-08-04eCryptfs: Unlock keys needed by ecryptfsdTyler Hicks1-22/+25
2011-08-04ecryptfs: Make inode bdi consistent with superblock bdiThieu Le1-0/+1
2011-08-04ext3: Fix oops in ext3_try_to_allocate_with_rsv()Jan Kara1-2/+10