summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-04-26ext4: fix async i/o writes beyond 4GB to a sparse fileEric Sandeen3-5/+5
2010-04-26ext4: flush delalloc blocks when space is lowEric Sandeen1-2/+9
2010-04-26fs-writeback: Add helper function to start writeback if idleEric Sandeen1-0/+17
2010-04-26ecryptfs: fix error code for missing xattrs in lower fsChristian Pulvermacher1-4/+4
2010-04-26eCryptfs: Decrypt symlink target for stat sizeTyler Hicks1-48/+52
2010-04-26ecryptfs: fix use with tmpfs by removing d_drop from ecryptfs_destroy_inodeJeff Mahoney1-1/+0
2010-04-269p: Skip check for mandatory locks when unlockingSachin Prabhu1-1/+1
2010-04-26ocfs2: Change bg_chain check for ocfs2_validate_gd_parent.Tao Ma1-5/+8
2010-04-26ocfs2: set i_mode on disk during acl operationsMark Fasheh1-5/+72
2010-04-26quota: Fix possible dq_flags corruptionAndrew Perepechko1-6/+6
2010-04-26fix NFS4 handling of mountpoint statAl Viro1-3/+9
2010-04-26NFSv4: fix delegated lockingTrond Myklebust2-2/+5
2010-04-26NFSv4: Fall back to ordinary lookup if nfs4_atomic_open() returns EISDIRTrond Myklebust1-1/+1
2010-04-26CIFS: initialize nbytes at the beginning of CIFSSMBWrite()Steve French1-1/+2
2010-04-26cifs: Fix a kernel BUG with remote OS/2 server (try #3)Suresh Jayaraman1-0/+16
2010-04-26ext3: journal all modifications in ext3_xattr_set_handleEric Sandeen1-3/+4
2010-04-26ext3: Don't update the superblock in ext3_statfs()Eric Sandeen1-2/+0
2010-04-26raw: fsync method is now requiredAnton Blanchard1-1/+2
2010-04-26xfs: fix locking for inode cache radix tree tag updatesChristoph Hellwig2-8/+15
2010-04-26xfs: Non-blocking inode locking in IO completionDave Chinner1-36/+82
2010-04-26xfs: remove invalid barrier optimization from xfs_fsyncChristoph Hellwig1-10/+2
2010-04-26xfs: don't hold onto reserved blocks on remount, roDave Chinner2-0/+29
2010-04-26xfs: quota limit statvfs available blocksChristoph Hellwig1-1/+1
2010-04-26xfs: xfs_swap_extents needs to handle dynamic fork offsetsDave Chinner1-16/+90
2010-04-26xfs: fix stale inode flush avoidanceDave Chinner1-6/+15
2010-04-26xfs: reclaim all inodes by background tree walksDave Chinner1-8/+6
2010-04-26xfs: Avoid inodes in reclaim when flushing from inode cacheDave Chinner1-13/+18
2010-04-26xfs: reclaim inodes under a write lockDave Chinner3-87/+71
2010-04-26xfs: Ensure we force all busy extents in range to diskDave Chinner1-31/+21
2010-04-26xfs: Don't flush stale inodesDave Chinner1-3/+7
2010-04-26xfs: fix timestamp handling in xfs_setattrChristoph Hellwig2-55/+41
2010-04-26xfs: check for not fully initialized inodes in xfs_ireclaimChristoph Hellwig1-4/+8
2010-04-26xfs: Fix error return for fallocate() on XFSJason Gunthorpe1-3/+3
2010-04-26xfs: Wrapped journal record corruption on read at recoveryAndy Poling1-17/+7
2010-04-26xfs: I/O completion handlers must use NOFS allocationsChristoph Hellwig5-7/+15
2010-04-26xfs: fix mmap_sem/iolock inversion in xfs_free_eofblocksChristoph Hellwig2-15/+26
2010-04-26xfs: simplify inode teardownChristoph Hellwig5-57/+34
2010-04-26oom: fix the unsafe usage of badness() in proc_oom_score()Oleg Nesterov1-2/+3
2010-04-26fat: fix buffer overflow in vfat_create_shortname()Nikolaus Schulz1-3/+3
2010-04-02GFS2: Skip check for mandatory locks when unlockingSachin Prabhu1-1/+1
2010-04-02quota: Fix warning when a delayed write happens before quota is enabledJan Kara1-4/+31
2010-04-02quota: manage reserved space when quota is not active [v2]Dmitry Monakhov1-4/+6
2010-04-02fs/partition/msdos: fix unusable extended partition for > 512B sectorOGAWA Hirofumi1-3/+10
2010-04-02fs/partitions/msdos: add support for large disksDaniel Taylor1-34/+38
2010-04-02NFS: Prevent another deadlock in nfs_release_page()Trond Myklebust1-1/+2
2010-04-02NFS: Avoid a deadlock in nfs_release_pageTrond Myklebust1-10/+13
2010-04-02NFSv4: Don't ignore the NFS_INO_REVAL_FORCED flag in nfs_revalidate_inode()Trond Myklebust3-2/+8
2010-04-02coredump: suppress uid comparison test if core output files are pipesNeil Horman1-1/+2
2010-03-15NFS: Fix an allocation-under-spinlock bugTrond Myklebust1-3/+15
2010-03-15ocfs2: Only bug out in direct io write for reflinked extent.Tao Ma1-2/+3