Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | ext4: Fix fallocate error path | Aneesh Kumar K.V | 2008-04-17 | 1 | -2/+24 | |
| * | | | | | | ext4: fix mount option parsing | Josef Bacik | 2008-04-29 | 1 | -1/+1 | |
| * | | | | | | ext4: fdatasync should skip metadata writeout when overwriting | Hisashi Hifumi | 2008-04-17 | 1 | -0/+3 | |
| * | | | | | | ext4: check return of ext4_orphan_get properly | Josef Bacik | 2008-04-29 | 1 | -2/+2 | |
| * | | | | | | jbd2: fix possible journal overflow issues | Josef Bacik | 2008-04-17 | 2 | -3/+21 | |
| * | | | | | | jbd2: fix the way the b_modified flag is cleared | Josef Bacik | 2008-04-17 | 2 | -16/+13 | |
* | | | | | | | Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6 | Linus Torvalds | 2008-04-29 | 40 | -939/+396 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | [XFS] Fix build failure after enabling CONFIG_XFS_DEBUG | Stephen Rothwell | 2008-04-29 | 1 | -1/+1 | |
| * | | | | | | [XFS] remove dmapi cruft in xfs_file.c | Christoph Hellwig | 2008-04-29 | 1 | -75/+0 | |
| * | | | | | | [XFS] remove sendfile leftovers | Christoph Hellwig | 2008-04-29 | 2 | -4/+0 | |
| * | | | | | | [XFS] allow enabling CONFIG_XFS_DEBUG | Christoph Hellwig | 2008-04-29 | 1 | -0/+13 | |
| * | | | | | | [XFS] Don't initialise new inode generation numbers to zero | David Chinner | 2008-04-29 | 1 | -0/+10 | |
| * | | | | | | [XFS] Fix check for block zero access in xfs_write_iomap_allocate() | David Chinner | 2008-04-29 | 1 | -8/+5 | |
| * | | | | | | [XFS] Don't double count reserved block changes on UP. | David Chinner | 2008-04-29 | 1 | -4/+0 | |
| * | | | | | | [XFS] remove xfs_log_ticket_zone on rmmod | Alexey Dobriyan | 2008-04-29 | 1 | -0/+1 | |
| * | | | | | | [XFS] fix non-smp xfs build | Eric Sandeen | 2008-04-29 | 1 | -0/+1 | |
| * | | | | | | [XFS] Fix broken HAVE_SPLICE removal commit. | Donald Douwsma | 2008-04-29 | 2 | -2/+1 | |
| * | | | | | | [XFS] kill XFS_ICSB_SB_LOCKED | Christoph Hellwig | 2008-04-29 | 2 | -2/+1 | |
| * | | | | | | [XFS] split xfs_icsb_balance_counter | Christoph Hellwig | 2008-04-29 | 1 | -27/+31 | |
| * | | | | | | [XFS] Add xfs_icsb_sync_counters_locked for when m_sb_lock already held | Christoph Hellwig | 2008-04-29 | 4 | -20/+14 | |
| * | | | | | | [XFS] Cleanup xfs_attr a bit with xfs_name and remove cred | Barry Naujok | 2008-04-29 | 5 | -52/+62 | |
| * | | | | | | [XFS] kill usesless IHOLD calls in xfs_remove and xfs_rmdir | Christoph Hellwig | 2008-04-29 | 1 | -59/+4 | |
| * | | | | | | [XFS] kill parent == child checks in xfs_remove and xfs_rmdir | Christoph Hellwig | 2008-04-29 | 1 | -19/+6 | |
| * | | | | | | [XFS] kill usesless IHOLD calls in xfs_rename | Christoph Hellwig | 2008-04-29 | 1 | -65/+10 | |
| * | | | | | | [XFS] remove manual lookup from xfs_rename and simplify locking | Christoph Hellwig | 2008-04-29 | 8 | -200/+55 | |
| * | | | | | | [XFS] shrink mrlock_t | Christoph Hellwig | 2008-04-29 | 15 | -175/+154 | |
| * | | | | | | [XFS] simplify xfs_lookup | Christoph Hellwig | 2008-04-29 | 1 | -7/+15 | |
| * | | | | | | [XFS] xfs_rename: pass resblks to xfs_dir_removename | Christoph Hellwig | 2008-04-29 | 1 | -1/+1 | |
| * | | | | | | [XFS] kill di_mode checks after xfs_iget | Christoph Hellwig | 2008-04-29 | 5 | -20/+2 | |
| * | | | | | | [XFS] kill xfs_getattr | Christoph Hellwig | 2008-04-29 | 3 | -160/+7 | |
| * | | | | | | [XFS] Remove VN_IS* macros and related cruft. | Christoph Hellwig | 2008-04-29 | 3 | -43/+7 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | trivial: fix user-visible typo in hfsplus | Dave Jones | 2008-04-29 | 1 | -1/+1 | |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2008-04-29 | 2 | -1/+91 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | block: add dma alignment and padding support to blk_rq_map_kern | FUJITA Tomonori | 2008-04-29 | 1 | -0/+90 | |
| * | | | | | | relay: fix splice problem | Tom Zanussi | 2008-04-29 | 1 | -1/+1 | |
| |/ / / / / | ||||||
* | | | | | | aio: fix misleading comments | Jeff Moyer | 2008-04-29 | 1 | -4/+1 | |
* | | | | | | ncpfs: use get/put_unaligned_* helpers | Harvey Harrison | 2008-04-29 | 1 | -20/+19 | |
* | | | | | | isofs: use get/put_unaligned_* helpers | Harvey Harrison | 2008-04-29 | 1 | -6/+6 | |
* | | | | | | hfsplus: use get/put_unaligned_* helpers | Harvey Harrison | 2008-04-29 | 1 | -1/+1 | |
* | | | | | | fat: use get/put_unaligned_* helpers | Harvey Harrison | 2008-04-29 | 1 | -5/+3 | |
* | | | | | | afs: support the CB.ProbeUuid RPC op | David Howells | 2008-04-29 | 2 | -0/+108 | |
* | | | | | | afs: the AFS RPC op CBGetCapabilities is actually CBTellMeAboutYourself | David Howells | 2008-04-29 | 2 | -14/+14 | |
* | | | | | | afs: use the shorter LIST_HEAD for brevity | Robert P. J. Day | 2008-04-29 | 1 | -1/+1 | |
* | | | | | | Remove duplicated unlikely() in IS_ERR() | Hirofumi Nakagawa | 2008-04-29 | 4 | -6/+6 | |
* | | | | | | sysctl: add the ->permissions callback on the ctl_table_root | Pavel Emelyanov | 2008-04-29 | 1 | -2/+2 | |
* | | | | | | sysctl: merge equal proc_sys_read and proc_sys_write | Pavel Emelyanov | 2008-04-29 | 1 | -39/+11 | |
* | | | | | | jbd2: use non-racy method for proc entries creation | Denis V. Lunev | 2008-04-29 | 1 | -13/+4 | |
* | | | | | | reiserfs: use non-racy method for proc entries creation | Denis V. Lunev | 2008-04-29 | 1 | -6/+3 | |
* | | | | | | ext4: use non-racy method for proc entries creation | Denis V. Lunev | 2008-04-29 | 1 | -11/+4 | |
* | | | | | | afs: use non-racy method for proc entries creation | Denis V. Lunev | 2008-04-29 | 1 | -19/+14 |