summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * [XFS] remove dmapi cruft in xfs_file.cChristoph Hellwig2008-04-291-75/+0
| * [XFS] remove sendfile leftoversChristoph Hellwig2008-04-292-4/+0
| * [XFS] allow enabling CONFIG_XFS_DEBUGChristoph Hellwig2008-04-291-0/+13
| * [XFS] Don't initialise new inode generation numbers to zeroDavid Chinner2008-04-291-0/+10
| * [XFS] Fix check for block zero access in xfs_write_iomap_allocate()David Chinner2008-04-291-8/+5
| * [XFS] Don't double count reserved block changes on UP.David Chinner2008-04-291-4/+0
| * [XFS] remove xfs_log_ticket_zone on rmmodAlexey Dobriyan2008-04-291-0/+1
| * [XFS] fix non-smp xfs buildEric Sandeen2008-04-291-0/+1
| * [XFS] Fix broken HAVE_SPLICE removal commit.Donald Douwsma2008-04-292-2/+1
| * [XFS] kill XFS_ICSB_SB_LOCKEDChristoph Hellwig2008-04-292-2/+1
| * [XFS] split xfs_icsb_balance_counterChristoph Hellwig2008-04-291-27/+31
| * [XFS] Add xfs_icsb_sync_counters_locked for when m_sb_lock already heldChristoph Hellwig2008-04-294-20/+14
| * [XFS] Cleanup xfs_attr a bit with xfs_name and remove credBarry Naujok2008-04-295-52/+62
| * [XFS] kill usesless IHOLD calls in xfs_remove and xfs_rmdirChristoph Hellwig2008-04-291-59/+4
| * [XFS] kill parent == child checks in xfs_remove and xfs_rmdirChristoph Hellwig2008-04-291-19/+6
| * [XFS] kill usesless IHOLD calls in xfs_renameChristoph Hellwig2008-04-291-65/+10
| * [XFS] remove manual lookup from xfs_rename and simplify lockingChristoph Hellwig2008-04-298-200/+55
| * [XFS] shrink mrlock_tChristoph Hellwig2008-04-2915-175/+154
| * [XFS] simplify xfs_lookupChristoph Hellwig2008-04-291-7/+15
| * [XFS] xfs_rename: pass resblks to xfs_dir_removenameChristoph Hellwig2008-04-291-1/+1
| * [XFS] kill di_mode checks after xfs_igetChristoph Hellwig2008-04-295-20/+2
| * [XFS] kill xfs_getattrChristoph Hellwig2008-04-293-160/+7
| * [XFS] Remove VN_IS* macros and related cruft.Christoph Hellwig2008-04-293-43/+7
* | trivial: fix user-visible typo in hfsplusDave Jones2008-04-291-1/+1
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-04-292-1/+91
|\ \
| * | block: add dma alignment and padding support to blk_rq_map_kernFUJITA Tomonori2008-04-291-0/+90
| * | relay: fix splice problemTom Zanussi2008-04-291-1/+1
| |/
* | aio: fix misleading commentsJeff Moyer2008-04-291-4/+1
* | ncpfs: use get/put_unaligned_* helpersHarvey Harrison2008-04-291-20/+19
* | isofs: use get/put_unaligned_* helpersHarvey Harrison2008-04-291-6/+6
* | hfsplus: use get/put_unaligned_* helpersHarvey Harrison2008-04-291-1/+1
* | fat: use get/put_unaligned_* helpersHarvey Harrison2008-04-291-5/+3
* | afs: support the CB.ProbeUuid RPC opDavid Howells2008-04-292-0/+108
* | afs: the AFS RPC op CBGetCapabilities is actually CBTellMeAboutYourselfDavid Howells2008-04-292-14/+14
* | afs: use the shorter LIST_HEAD for brevityRobert P. J. Day2008-04-291-1/+1
* | Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa2008-04-294-6/+6
* | sysctl: add the ->permissions callback on the ctl_table_rootPavel Emelyanov2008-04-291-2/+2
* | sysctl: merge equal proc_sys_read and proc_sys_writePavel Emelyanov2008-04-291-39/+11
* | jbd2: use non-racy method for proc entries creationDenis V. Lunev2008-04-291-13/+4
* | reiserfs: use non-racy method for proc entries creationDenis V. Lunev2008-04-291-6/+3
* | ext4: use non-racy method for proc entries creationDenis V. Lunev2008-04-291-11/+4
* | afs: use non-racy method for proc entries creationDenis V. Lunev2008-04-291-19/+14
* | nfs: use proc_create to setup de->proc_fopsDenis V. Lunev2008-04-291-8/+6
* | nfsd: use proc_create to setup de->proc_fopsDenis V. Lunev2008-04-291-2/+2
* | proc: introduce proc_create_data to setup de->dataDenis V. Lunev2008-04-292-4/+6
* | proc: convert /proc/tty/ldiscs to seq_file interfaceAlexey Dobriyan2008-04-291-31/+45
* | proc: remove ->get_info infrastructureAlexey Dobriyan2008-04-291-6/+1
* | proc: remove proc_root from driversAlexey Dobriyan2008-04-293-2/+2
* | proc: remove proc_root_driverAlexey Dobriyan2008-04-291-4/+1
* | proc: remove proc_root_fsAlexey Dobriyan2008-04-295-14/+12