summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | btrfs: Fix early enospc because 'unused' calculated with wrong sign.Arne Jansen2010-11-211-1/+1
| * | | btrfs: fix panic caused by direct IOMiao Xie2010-11-211-21/+184
| * | | btrfs: cleanup duplicate bio allocating functionsMiao Xie2010-11-213-18/+8
| * | | btrfs: fix free dip and dip->csums twiceMiao Xie2010-11-211-6/+3
| * | | Btrfs: add migrate page for metadata inodeChris Mason2010-11-211-2/+25
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds2010-11-291-7/+8
|\ \ \ \
| * | | | GFS2: Userland expects quota limit/warn/usage in 512b blocksAbhijith Das2010-11-191-7/+8
* | | | | Un-inline get_pipe_info() helper functionLinus Torvalds2010-11-281-0/+12
* | | | | Export 'get_pipe_info()' to other usersLinus Torvalds2010-11-282-12/+1
* | | | | Rename 'pipe_info()' to 'get_pipe_info()'Linus Torvalds2010-11-281-10/+9
* | | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-11-276-32/+55
|\ \ \ \ \
| * | | | | NFS: Ensure we return the dirent->d_type when it is knownTrond Myklebust2010-11-225-3/+21
| * | | | | NFS: Correct the array bound calculation in nfs_readdir_add_to_arrayTrond Myklebust2010-11-221-4/+5
| * | | | | NFS: Don't ignore errors from nfs_do_filldir()Trond Myklebust2010-11-221-9/+9
| * | | | | NFS: Fix the error handling in "uncached_readdir()"Trond Myklebust2010-11-221-3/+2
| * | | | | NFS: Fix a page leak in uncached_readdir()Trond Myklebust2010-11-221-2/+3
| * | | | | NFS: Fix a page leak in nfs_do_filldir()Trond Myklebust2010-11-221-5/+5
| * | | | | NFS: Assume eof if the server returns no readdir recordsTrond Myklebust2010-11-221-3/+7
| * | | | | NFS: Buffer overflow in ->decode_dirent() should not be fatalTrond Myklebust2010-11-223-3/+3
| * | | | | Pure nfs client performance using odirect.Arun Bharadwaj2010-11-221-1/+1
* | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-11-271-25/+6
|\ \ \ \ \ \
| * | | | | | ioprio: grab rcu_read_lock in sys_ioprio_{set,get}()Greg Thelen2010-11-151-25/+6
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2010-11-272-3/+3
|\ \ \ \ \ \ \
| * | | | | | | nilfs2: fix typo in comment of nilfs_dat_move functionRyusuke Konishi2010-11-241-1/+1
| * | | | | | | nilfs2: nilfs_iget_for_gc() returns ERR_PTRDan Carpenter2010-11-231-2/+2
| | |/ / / / / | |/| | | | |
* | | | | | | reiserfs: fix inode mutex - reiserfs lock misorderingFrederic Weisbecker2010-11-251-4/+3
* | | | | | | pagemap: set pagemap walk limit to PMD boundaryNaoya Horiguchi2010-11-251-1/+2
* | | | | | | fuse: fix attributes after open(O_TRUNC)Ken Sumrall2010-11-251-0/+10
|/ / / / / /
* | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2010-11-195-55/+37
|\ \ \ \ \ \
| * | | | | | ext4: Add EXT4_IOC_TRIM ioctl to handle batched discardLukas Czerner2010-11-191-0/+24
| * | | | | | fs: Do not dispatch FITRIM through separate super_operationLukas Czerner2010-11-192-40/+0
| * | | | | | ext4: ext4_fill_super shouldn't return 0 on corruptionDarrick J. Wong2010-11-191-2/+3
| * | | | | | jbd2: fix /proc/fs/jbd2/<dev> when using an external journalyangsheng2010-11-171-8/+8
| * | | | | | ext4: missing unlock in ext4_clear_request_list()Dan Carpenter2010-11-171-3/+0
| * | | | | | ext4: fix setting random pages PageUptodateMarkus Trippelsdorf2010-11-171-2/+2
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-11-198-55/+98
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | ceph: fix readdir EOVERFLOW on 32-bit archsSage Weil2010-11-181-3/+7
| * | | | | ceph: fix frag offset for non-leftmost fragsSage Weil2010-11-111-1/+4
| * | | | | ceph: fix dangling pointerSage Weil2010-11-111-0/+1
| * | | | | ceph: make page alignment explicit in osd interfaceSage Weil2010-11-093-9/+25
| * | | | | ceph: fix comment, remove extraneous argsSage Weil2010-11-091-11/+9
| * | | | | ceph: fix update of ctime from MDSSage Weil2010-11-081-2/+4
| * | | | | ceph: fix version check on racing inode updatesSage Weil2010-11-081-4/+9
| * | | | | ceph: fix uid/gid on resent mds requestsSage Weil2010-11-082-2/+7
| * | | | | ceph: fix rdcache_gen usage and invalidateSage Weil2010-11-083-14/+10
| * | | | | ceph: re-request max_size if cap auth changesSage Weil2010-11-071-0/+5
| * | | | | ceph: only let auth caps update max_sizeSage Weil2010-11-071-1/+8
| * | | | | ceph: fix open for write on clustered mdsSage Weil2010-11-071-2/+4
| * | | | | ceph: fix bad pointer dereference in ceph_fill_traceSage Weil2010-11-071-1/+2
| * | | | | Revert "ceph: update issue_seq on cap grant"Sage Weil2010-10-271-5/+3
OpenPOWER on IntegriCloud