summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2011-10-25hfsplus: Fix kfree of wrong pointers in hfsplus_fill_super() error pathSeth Forshee
2011-10-25xfs: revert to using a kthread for AIL pushingChristoph Hellwig
2011-10-25xfs: force the log if we encounter pinned buffers in .iop_pushbufChristoph Hellwig
2011-10-25xfs: do not update xa_last_pushed_lsn for locked itemsChristoph Hellwig
2011-10-25xfs: use a cursor for bulk AIL insertionDave Chinner
2011-10-25xfs: start periodic workers laterChristoph Hellwig
2011-10-25CIFS: Fix ERR_PTR dereference in cifs_get_rootPavel Shilovsky
2011-10-25hfsplus: ensure bio requests are not smaller than the hardware sectorsSeth Forshee
2011-10-25fuse: fix memory leakMiklos Szeredi
2011-10-16exec: do not call request_module() twice from search_binary_handler()Tetsuo Handa
2011-10-03btrfs: fix d_off in the first direntHidetoshi Seto
2011-10-03writeback: update dirtied_when for synced inode to prevent livelockWu Fengguang
2011-10-03writeback: introduce .tagged_writepages for the WB_SYNC_NONE sync stageWu Fengguang
2011-10-03teach /proc/$pid/numa_maps about transparent hugepagesDave Hansen
2011-10-03break out numa_maps gather_pte_stats() checksDave Hansen
2011-10-03make /proc/$pid/numa_maps gather_stats() take variable page sizeDave Hansen
2011-10-03Fix the conflict between rwpidforward and rw mount optionsSteve French
2011-10-03cifs: fix possible memory corruption in CIFSFindNextJeff Layton
2011-10-03restore pinning the victim dentry in vfs_rmdir()/vfs_rename_dir()Al Viro
2011-10-03fs/9p: Use protocol-defined value for lock/getlock 'type' field.Jim Garlick
2011-10-03fs/9p: Always ask new inode in lookup for cache mode disabledAneesh Kumar K.V
2011-10-03fs/9p: Add OS dependent open flags in 9p protocolAneesh Kumar K.V
2011-10-03fs/9p: Don't update file type when updating file attributesAneesh Kumar K.V
2011-10-03fs/9p: Add fid before dentry instantiationAneesh Kumar K.V
2011-10-039p: close ACL leaksAl Viro
2011-10-03fs/9p: Always ask new inode in createAneesh Kumar K.V
2011-10-03fs/9p: Fix invalid mount options/argsPrem Karat
2011-10-03fs/9p: When doing inode lookup compare qid details and inode mode bits.Aneesh Kumar K.V
2011-10-03Avoid dereferencing a 'request_queue' after last close.NeilBrown
2011-08-29fuse: check size of FUSE_NOTIFY_INVAL_ENTRY messageMiklos Szeredi
2011-08-29ext4: fix nomblk_io_submit option so it correctly converts uninit blocksTheodore Ts'o
2011-08-29ext4: Resolve the hang of direct i/o read in handling EXT4_IO_END_UNWRITTEN.Tao Ma
2011-08-29ext4: call ext4_ioend_wait and ext4_flush_completed_IO in ext4_evict_inodeJiaying Zhang
2011-08-29ext4: Fix ext4_should_writeback_data() for no-journal modeCurt Wohlgemuth
2011-08-29Btrfs: fix an oops of log replayliubo
2011-08-29Btrfs: detect wether a device supports discardJosef Bacik
2011-08-29NFSv4.1: Return NFS4ERR_BADSESSION to callbacks during session resetsTrond Myklebust
2011-08-29NFSv4.1: Fix the callback 'highest_used_slotid' behaviourTrond Myklebust
2011-08-29pnfs-obj: Bug when we are running out of bioBoaz Harrosh
2011-08-29pnfs-obj: Fix the comp_index != 0 caseBoaz Harrosh
2011-08-29possible memory corruption on mountSteve French
2011-08-29befs: Validate length of long symbolic links.Timo Warns
2011-08-29cifs: demote cERROR in build_path_from_dentry to cFYIJeff Layton
2011-08-15ext4: Properly count journal credits for long symlinksEric Sandeen
2011-08-15ext3: Properly count journal credits for long symlinksEric Sandeen
2011-08-15eCryptfs: Return error when lower file pointer is NULLTyler Hicks
2011-08-15Ecryptfs: Add mount option to check uid of device being mounted = expect uidJohn Johansen
2011-08-15cifs: convert prefixpath delimiters in cifs_build_path_to_rootJeff Layton
2011-08-15cifs: cope with negative dentries in cifs_get_rootJeff Layton
2011-08-15CIFS: Fix missing a decrement of inFlight valuePavel Shilovsky