Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | xfs: convert attr to use unsigned names | Dave Chinner | 2010-01-20 | 12 | -70/+90 | |
| * | | | | | | xfs: xfs_buf_iomove() doesn't care about signedness | Dave Chinner | 2010-01-20 | 2 | -2/+2 | |
| * | | | | | | xfs: make xfs_dir_cilookup_result use unsigned char | Dave Chinner | 2010-01-20 | 2 | -3/+3 | |
| * | | | | | | xfs: convert dirnameops to unsigned char names | Dave Chinner | 2010-01-20 | 3 | -6/+7 | |
| * | | | | | | xfs: convert DM ops to use unsigned char names | Dave Chinner | 2010-01-20 | 2 | -3/+6 | |
| * | | | | | | xfs: directory names are unsigned | Dave Chinner | 2010-01-20 | 1 | -2/+2 | |
| * | | | | | | xfs: move more buffer helpers into xfs_buf.c | Christoph Hellwig | 2010-01-15 | 6 | -134/+124 | |
| * | | | | | | xfs: clean up xfs_bwrite | Christoph Hellwig | 2010-01-15 | 4 | -50/+28 | |
| * | | | | | | xfs: clean up log buffer writes | Christoph Hellwig | 2010-01-15 | 2 | -36/+33 | |
| * | | | | | | xfs: embed the pagb_list array in the perag structure | Dave Chinner | 2010-01-15 | 3 | -12/+5 | |
| * | | | | | | xfs: handle ENOMEM correctly during initialisation of perag structures | Dave Chinner | 2010-01-15 | 1 | -4/+17 | |
| * | | | | | | xfs: Kill filestreams cache flush | Dave Chinner | 2010-01-15 | 5 | -20/+1 | |
| * | | | | | | xfs: Add trace points for per-ag refcount debugging. | Dave Chinner | 2010-01-15 | 4 | -23/+65 | |
| * | | | | | | xfs: Reference count per-ag structures | Dave Chinner | 2010-01-15 | 3 | -4/+12 | |
| * | | | | | | xfs: Replace per-ag array with a radix tree | Dave Chinner | 2010-01-15 | 8 | -90/+86 | |
| * | | | | | | xfs: convert remaining direct references to m_perag | Dave Chinner | 2010-01-15 | 4 | -15/+42 | |
| * | | | | | | xfs: Convert filestreams code to use per-ag get/put routines | Dave Chinner | 2010-01-15 | 2 | -10/+36 | |
| * | | | | | | xfs: Don't directly reference m_perag in allocation code | Dave Chinner | 2010-01-15 | 2 | -38/+53 | |
| * | | | | | | xfs: rename xfs_get_perag | Dave Chinner | 2010-01-15 | 4 | -21/+27 | |
| * | | | | | | xfs: Don't wake xfsbufd when idle | Dave Chinner | 2010-01-15 | 1 | -5/+15 | |
| * | | | | | | xfs: Don't wake the aild once per second | Dave Chinner | 2010-01-15 | 2 | -12/+14 | |
| * | | | | | | xfs: Use list_heads for log recovery item lists | Dave Chinner | 2010-01-15 | 2 | -147/+81 | |
| * | | | | | | xfs: make several more functions static | Eric Sandeen | 2010-01-15 | 10 | -17/+7 | |
| * | | | | | | xfs: clean up inconsistent variable naming in xfs_swap_extent | Dave Chinner | 2010-01-15 | 2 | -19/+22 | |
| * | | | | | | xfs: add tracing to xfs_swap_extents | Dave Chinner | 2010-01-15 | 2 | -0/+58 | |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/xfs-vipt | Linus Torvalds | 2010-02-26 | 1 | -1/+29 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | xfs: fix xfs to work with Virtually Indexed architectures | James Bottomley | 2010-02-05 | 1 | -1/+29 | |
* | | | | | | | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2010-02-25 | 1 | -2/+5 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | proc_devtree: fix THIS_MODULE without module.h | Jeremy Kerr | 2010-02-14 | 1 | -0/+1 | |
| * | | | | | | | proc_devtree: include linux/of.h | Jeremy Kerr | 2010-02-09 | 1 | -0/+1 | |
| * | | | | | | | of: make set_node_proc_entry private to proc_devtree.c | Jeremy Kerr | 2010-02-09 | 1 | -2/+3 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | fs/exec.c: fix initial stack reservation | Michael Neuling | 2010-02-22 | 1 | -1/+0 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | CacheFiles: Fix a race in cachefiles_delete_object() vs rename | David Howells | 2010-02-20 | 1 | -1/+11 | |
* | | | | | | vfs: don't call ima_file_check() unconditionally in nfsd_open() | Chuck Ebbert | 2010-02-20 | 1 | -1/+2 | |
* | | | | | | Switch proc/self to nd_set_link() | Al Viro | 2010-02-19 | 1 | -5/+19 | |
* | | | | | | fix LOOKUP_FOLLOW on automount "symlinks" | Al Viro | 2010-02-19 | 1 | -2/+12 | |
| |_|_|/ / |/| | | | | ||||||
* | | | | | sysfs: sysfs_sd_setattr set iattrs unconditionally | Eric W. Biederman | 2010-02-16 | 1 | -18/+17 | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 2010-02-15 | 1 | -2/+4 | |
|\ \ \ \ \ | ||||||
| * | | | | | Btrfs: btrfs_mark_extent_written uses the wrong slot | Shaohua Li | 2010-02-12 | 1 | -2/+4 | |
* | | | | | | NFS: Too many GETATTR and ACCESS calls after direct I/O | Chuck Lever | 2010-02-15 | 1 | -0/+3 | |
* | | | | | | Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2010-02-15 | 1 | -0/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | reiserfs: Fix softlockup while waiting on an inode | Frederic Weisbecker | 2010-02-14 | 1 | -0/+2 | |
* | | | | | | | GFS2: Fix bmap allocation corner-case bug | Steven Whitehouse | 2010-02-12 | 1 | -1/+1 | |
* | | | | | | | GFS2: Fix error code | Abhijith Das | 2010-02-12 | 1 | -1/+1 | |
* | | | | | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 2010-02-11 | 5 | -12/+10 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | NFS: Fix the mapping of the NFSERR_SERVERFAULT error | Trond Myklebust | 2010-02-09 | 3 | -5/+5 | |
| * | | | | | | | NFS: Remove a redundant check for PageFsCache in nfs_migrate_page() | Trond Myklebust | 2010-02-09 | 1 | -2/+1 | |
| * | | | | | | | NFS: Fix a bug in nfs_fscache_release_page() | Trond Myklebust | 2010-02-09 | 1 | -5/+4 | |
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 | Linus Torvalds | 2010-02-11 | 1 | -0/+6 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | [SCSI] compat_ioct: fix bsg SG_IO | FUJITA Tomonori | 2010-02-08 | 1 | -0/+6 |