| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2011-03-22 | 5 | -16/+54 |
|\ |
|
| * | fuse: make fuse_dentry_revalidate() RCU aware | Miklos Szeredi | 2011-03-21 | 1 | -4/+4 |
| * | fuse: make fuse_permission() RCU aware | Miklos Szeredi | 2011-03-21 | 1 | -8/+22 |
| * | fuse: wakeup pollers on connection release/abort | Bryan Green | 2011-03-21 | 2 | -1/+18 |
| * | fuse: reduce size of struct fuse_request | Miklos Szeredi | 2011-03-21 | 2 | -3/+10 |
* | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2011-03-21 | 45 | -1072/+947 |
|\ \ |
|
| * | | xfs: don't name variables "panic" | Alex Elder | 2011-03-11 | 1 | -4/+4 |
| * | | xfs: factor agf counter updates into a helper | Christoph Hellwig | 2011-03-09 | 1 | -61/+68 |
| * | | xfs: clean up the xfs_alloc_compute_aligned calling convention | Christoph Hellwig | 2011-03-09 | 1 | -16/+13 |
| * | | xfs: kill support/debug.[ch] | Dave Chinner | 2011-03-07 | 7 | -86/+40 |
| * | | xfs: Convert remaining cmn_err() callers to new API | Dave Chinner | 2011-03-07 | 20 | -238/+169 |
| * | | xfs: convert the quota debug prints to new API | Dave Chinner | 2011-03-07 | 1 | -15/+12 |
| * | | xfs: rename xfs_cmn_err_fsblock_zero() | Dave Chinner | 2011-03-07 | 1 | -5/+5 |
| * | | xfs: convert xfs_fs_cmn_err to new error logging API | Dave Chinner | 2011-03-07 | 13 | -85/+53 |
| * | | xfs: kill xfs_fs_mount_cmn_err() macro | Dave Chinner | 2011-03-07 | 2 | -35/+43 |
| * | | xfs: kill xfs_fs_repair_cmn_err() macro | Dave Chinner | 2011-03-07 | 4 | -29/+19 |
| * | | xfs: convert xfs_cmn_err to xfs_alert_tag | Dave Chinner | 2011-03-07 | 9 | -74/+36 |
| * | | xfs: Convert xlog_warn to new logging interface | Dave Chinner | 2011-03-07 | 6 | -189/+177 |
| * | | xfs: Convert linux-2.6/ files to new logging interface | Dave Chinner | 2011-03-07 | 6 | -90/+76 |
| * | | xfs: introduce new logging API. | Dave Chinner | 2011-03-02 | 4 | -0/+155 |
| * | | xfs: zero proper structure size for geometry calls | Alex Elder | 2011-03-01 | 1 | -3/+8 |
| * | | xfs: enable delaylog by default | Christoph Hellwig | 2011-02-22 | 1 | -0/+1 |
| * | | xfs: more sensible inode refcounting for ialloc | Christoph Hellwig | 2011-02-22 | 5 | -78/+19 |
| * | | xfs: stop using xfs_trans_iget in the RT allocator | Christoph Hellwig | 2011-02-22 | 2 | -39/+23 |
| * | | xfs: check if device support discard in xfs_ioc_trim() | Lukas Czerner | 2011-02-21 | 1 | -0/+2 |
| * | | xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1 | Dan Rosenberg | 2011-02-21 | 1 | -0/+3 |
| * | | xfs: add lockdep annotations for the rt inodes | Christoph Hellwig | 2011-02-07 | 3 | -15/+26 |
| * | | xfs: fix xfs_get_extsz_hint for a zero extent size hint | Christoph Hellwig | 2011-02-07 | 1 | -13/+5 |
| * | | xfs: only lock the rt bitmap inode once per allocation | Christoph Hellwig | 2011-02-07 | 2 | -21/+24 |
* | | | pstore: use mount option instead sysfs to tweak kmsg_bytes | Luck, Tony | 2011-03-21 | 3 | -37/+50 |
* | | | FS: lookup_mnt() is only used in the core fs routines now | David Howells | 2011-03-21 | 1 | -0/+1 |
* | | | bfs: fix bitmap size argument to find_first_zero_bit() | Akinobu Mita | 2011-03-21 | 1 | -1/+1 |
* | | | fs: Use BUG_ON(!mnt) at dentry_open(). | Tetsuo Handa | 2011-03-21 | 1 | -11/+2 |
* | | | fs: devpts_pty_new() return -ENOMEM if dentry allocation failed | Andrey Vagin | 2011-03-21 | 1 | -10/+9 |
* | | | nfs: lock() vs unlock() typo | Dan Carpenter | 2011-03-21 | 1 | -2/+2 |
* | | | pstore: fix leaking ->i_private | Tony Luck | 2011-03-21 | 1 | -1/+7 |
* | | | introduce sys_syncfs to sync a single file system | Sage Weil | 2011-03-21 | 1 | -0/+24 |
* | | | Small typo fix... | Holger Hans Peter Freyther | 2011-03-21 | 1 | -1/+1 |
* | | | Filesystem: fifo: Fixed coding style issue. | David Jenni | 2011-03-21 | 1 | -2/+1 |
* | | | fs/inode: Fix kernel-doc format for inode_init_owner | Ben Hutchings | 2011-03-21 | 1 | -1/+1 |
* | | | select: remove unused MAX_SELECT_SECONDS | Namhyung Kim | 2011-03-21 | 2 | -6/+0 |
* | | | vfs: cleanup do_vfs_ioctl() | Namhyung Kim | 2011-03-21 | 1 | -13/+8 |
* | | | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 2011-03-20 | 11 | -29/+19 |
|\ \ \ |
|
| * | | | fs: change to new flag variable | matt mooney | 2011-03-17 | 11 | -29/+19 |
| | |/
| |/| |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu... | Linus Torvalds | 2011-03-18 | 19 | -476/+503 |
|\ \ \ |
|
| * | | | nilfs2: get rid of nilfs_sb_info structure | Ryusuke Konishi | 2011-03-09 | 12 | -134/+68 |
| * | | | nilfs2: use sb instance instead of nilfs_sb_info struct | Ryusuke Konishi | 2011-03-09 | 7 | -145/+129 |
| * | | | nilfs2: get rid of sc_sbi back pointer | Ryusuke Konishi | 2011-03-09 | 2 | -19/+12 |
| * | | | nilfs2: move log writer onto nilfs object | Ryusuke Konishi | 2011-03-09 | 3 | -39/+34 |
| * | | | nilfs2: move next generation counter into nilfs object | Ryusuke Konishi | 2011-03-09 | 5 | -19/+15 |