summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix ->write_inode return valuesChristoph Hellwig2011-11-261-25/+9
* xfs: use doalloc flag in xfs_qm_dqattach_one()Mitsuo Hayasaka2011-11-261-1/+2
* xfs: Fix possible memory corruption in xfs_readlinkCarlos Maiolino2011-11-261-4/+10
* xfs: fix buffer flushing during unmountChristoph Hellwig2011-11-262-20/+10
* xfs: Return -EIO when xfs_vn_getattr() failedMitsuo Hayasaka2011-11-261-1/+1
* xfs: avoid direct I/O write vs buffered I/O raceChristoph Hellwig2011-11-261-3/+14
* xfs: dont serialise direct IO reads on page cacheDave Chinner2011-11-261-3/+14
* xfs: fix xfs_mark_inode_dirty during umountChristoph Hellwig2011-11-261-3/+11
* xfs: fix error handling for synchronous writesChristoph Hellwig2011-11-261-1/+0
* nfs: when attempting to open a directory, fall back on normal lookup (try #5)Jeff Layton2011-11-266-2/+37
* hfs: add sanity check for file name lengthDan Carpenter2011-11-211-0/+2
* ext4: remove i_mutex lock in ext4_evict_inode to fix lockdep complainingJiaying Zhang2011-11-113-4/+18
* VFS: we need to set LOOKUP_JUMPED on mountpoint crossingAl Viro2011-11-111-1/+15
* VFS: fix statfs() automounter semantics regressionDan McGee2011-11-111-1/+1
* block: make gendisk hold a reference to its queueTejun Heo2011-11-111-5/+8
* ext4: fix race in xattr block allocation pathEric Sandeen2011-11-111-0/+6
* ext4: call ext4_handle_dirty_metadata with correct inode in ext4_dx_add_entryTheodore Ts'o2011-11-111-2/+2
* ext4: ext4_mkdir should dirty dir_block with newly created directory inodeDarrick J. Wong2011-11-111-1/+1
* ext4: ext4_rename should dirty dir_bh with the correct directoryDarrick J. Wong2011-11-111-1/+1
* ext2,ext3,ext4: don't inherit APPEND_FL or IMMUTABLE_FL for new inodesTheodore Ts'o2011-11-111-2/+1
* vfs: show O_CLOEXE bit properly in /proc/<pid>/fdinfo/<fd> filesLinus Torvalds2011-11-111-1/+9
* binfmt_elf: fix PIE execution with randomization disabledJiri Kosina2011-11-111-1/+10
* vfs pathname lookup: Add LOOKUP_AUTOMOUNT flagLinus Torvalds2011-11-111-1/+1
* VFS: Fix the remaining automounter semantics regressionsTrond Myklebust2011-11-113-3/+3
* vfs: automount should ignore LOOKUP_FOLLOWMiklos Szeredi2011-11-111-18/+15
* VFS: Fix automount for negative autofs dentriesDavid Howells2011-11-111-9/+15
* readlinkat: ensure we return ENOENT for the empty pathname for normal lookupsAndy Whitcroft2011-11-112-7/+16
* /proc/self/numa_maps: restore "huge" tag for hugetlb vmasAndrew Morton2011-11-111-0/+3
* vfs: add "device" tag to /proc/self/mountstatsBryan Schumaker2011-11-111-0/+1
* hppfs: missing includeAl Viro2011-11-111-0/+1
* nfsd4: ignore WANT bits in open downgradeJ. Bruce Fields2011-11-111-0/+2
* nfsd4: fix open downgrade, againJ. Bruce Fields2011-11-111-3/+11
* nfsd4: permit read opens of executable-only filesJ. Bruce Fields2011-11-113-1/+5
* nfsd4: fix seqid_mutating_errorJ. Bruce Fields2011-11-112-6/+12
* nfsd4: stop using nfserr_resource for transitory errorsJ. Bruce Fields2011-11-113-9/+9
* nfsd4: Remove check for a 32-bit cookie in nfsd4_readdir()Bernd Schubert2011-11-111-1/+1
* nfs: don't try to migrate pages with active requestsJeff Layton2011-11-111-25/+11
* nfs: don't redirty inode when ncommit == 0 in nfs_commit_unstable_pagesJeff Layton2011-11-111-0/+4
* Revert "NFS: Ensure that writeback_single_inode() calls write_inode() when sy...Trond Myklebust2011-11-111-1/+2
* epoll: fix spurious lockdep warningsNelson Elhage2011-11-111-7/+18
* CIFS: Fix DFS handling in cifs_get_file_infoPavel Shilovsky2011-11-111-7/+12
* CIFS: Fix incorrect max RFC1002 write size valuePavel Shilovsky2011-11-111-2/+2
* hfsplus: Fix kfree of wrong pointers in hfsplus_fill_super() error pathSeth Forshee2011-10-252-4/+4
* xfs: revert to using a kthread for AIL pushingChristoph Hellwig2011-10-254-51/+45
* xfs: force the log if we encounter pinned buffers in .iop_pushbufChristoph Hellwig2011-10-255-10/+24
* xfs: do not update xa_last_pushed_lsn for locked itemsChristoph Hellwig2011-10-251-1/+0
* xfs: use a cursor for bulk AIL insertionDave Chinner2011-10-253-28/+118
* xfs: start periodic workers laterChristoph Hellwig2011-10-251-21/+14
* CIFS: Fix ERR_PTR dereference in cifs_get_rootPavel Shilovsky2011-10-251-4/+6
* hfsplus: ensure bio requests are not smaller than the hardware sectorsSeth Forshee2011-10-254-42/+101