summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix async i/o writes beyond 4GB to a sparse fileEric Sandeen2010-04-263-5/+5
* xfs: check for more work before sleeping in xfssyncdDave Chinner2010-04-261-3/+3
* xfs: fix locking for inode cache radix tree tag updatesChristoph Hellwig2010-04-262-8/+15
* xfs: Non-blocking inode locking in IO completionDave Chinner2010-04-261-37/+56
* ecryptfs: fix error code for missing xattrs in lower fsChristian Pulvermacher2010-04-261-4/+4
* eCryptfs: Decrypt symlink target for stat sizeTyler Hicks2010-04-261-48/+52
* ecryptfs: fix use with tmpfs by removing d_drop from ecryptfs_destroy_inodeJeff Mahoney2010-04-261-1/+0
* 9p: Skip check for mandatory locks when unlockingSachin Prabhu2010-04-261-1/+1
* ocfs2: Change bg_chain check for ocfs2_validate_gd_parent.Tao Ma2010-04-261-5/+8
* ocfs2: set i_mode on disk during acl operationsMark Fasheh2010-04-261-5/+72
* quota: Fix possible dq_flags corruptionAndrew Perepechko2010-04-261-6/+6
* fix NFS4 handling of mountpoint statAl Viro2010-04-261-3/+9
* NFSv4: fix delegated lockingTrond Myklebust2010-04-262-2/+5
* NFSv4: Fall back to ordinary lookup if nfs4_atomic_open() returns EISDIRTrond Myklebust2010-04-261-1/+1
* CIFS: initialize nbytes at the beginning of CIFSSMBWrite()Steve French2010-04-261-1/+2
* cifs: Fix a kernel BUG with remote OS/2 server (try #3)Suresh Jayaraman2010-04-261-0/+16
* raw: fsync method is now requiredAnton Blanchard2010-04-261-1/+2
* reiserfs: Fix locking BUG during mount failureJeff Mahoney2010-04-261-6/+4
* oom: fix the unsafe usage of badness() in proc_oom_score()Oleg Nesterov2010-04-261-2/+3
* fat: fix buffer overflow in vfat_create_shortname()Nikolaus Schulz2010-04-261-3/+3
* GFS2: Skip check for mandatory locks when unlockingSachin Prabhu2010-04-011-1/+1
* quota: Fix warning when a delayed write happens before quota is enabledJan Kara2010-04-011-4/+31
* quota: manage reserved space when quota is not active [v2]Dmitry Monakhov2010-04-011-4/+6
* nilfs2: fix hang-up of cleaner after log writer returned with errorRyusuke Konishi2010-04-011-2/+1
* fs/partition/msdos: fix unusable extended partition for > 512B sectorOGAWA Hirofumi2010-04-011-3/+10
* fs/partitions/msdos: add support for large disksDaniel Taylor2010-04-011-34/+38
* NFS: Prevent another deadlock in nfs_release_page()Trond Myklebust2010-04-011-1/+2
* NFS: Avoid a deadlock in nfs_release_pageTrond Myklebust2010-04-011-10/+13
* NFSv4: Don't ignore the NFS_INO_REVAL_FORCED flag in nfs_revalidate_inode()Trond Myklebust2010-04-013-2/+8
* coredump: suppress uid comparison test if core output files are pipesNeil Horman2010-04-011-1/+2
* NFS: Fix an allocation-under-spinlock bugTrond Myklebust2010-03-151-3/+15
* ocfs2: Only bug out in direct io write for reflinked extent.Tao Ma2010-03-151-2/+3
* sysfs: Cache the last sysfs_dirent to improve readdir scalability v2Eric W. Biederman2010-03-151-22/+60
* vfs: take f_lock on modifying f_mode after open timeWu Fengguang2010-03-152-0/+4
* fs/exec.c: fix initial stack reservationMichael Neuling2010-02-221-1/+0
* CacheFiles: Fix a race in cachefiles_delete_object() vs renameDavid Howells2010-02-201-1/+11
* vfs: don't call ima_file_check() unconditionally in nfsd_open()Chuck Ebbert2010-02-201-1/+2
* Switch proc/self to nd_set_link()Al Viro2010-02-191-5/+19
* fix LOOKUP_FOLLOW on automount "symlinks"Al Viro2010-02-191-2/+12
* sysfs: sysfs_sd_setattr set iattrs unconditionallyEric W. Biederman2010-02-161-18/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-02-151-2/+4
|\
| * Btrfs: btrfs_mark_extent_written uses the wrong slotShaohua Li2010-02-121-2/+4
* | NFS: Too many GETATTR and ACCESS calls after direct I/OChuck Lever2010-02-151-0/+3
* | Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-02-151-0/+2
|\ \
| * | reiserfs: Fix softlockup while waiting on an inodeFrederic Weisbecker2010-02-141-0/+2
* | | GFS2: Fix bmap allocation corner-case bugSteven Whitehouse2010-02-121-1/+1
* | | GFS2: Fix error codeAbhijith Das2010-02-121-1/+1
* | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-02-115-12/+10
|\ \ \
| * | | NFS: Fix the mapping of the NFSERR_SERVERFAULT errorTrond Myklebust2010-02-093-5/+5
| * | | NFS: Remove a redundant check for PageFsCache in nfs_migrate_page()Trond Myklebust2010-02-091-2/+1