summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* smaps: only define clear_refs for CONFIG_MMUDavid Rientjes2007-05-081-0/+2
* Remove suid/sgid bits on [f]truncate()Linus Torvalds2007-05-081-0/+3
* Merge git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds2007-05-0844-304/+491
|\
| * [XFS] Add lockdep support for XFSLachlan McIlroy2007-05-085-28/+88
| * [XFS] Fix race in xfs_write() b/w dmapi callout and direct I/O checks.Lachlan McIlroy2007-05-081-27/+26
| * [XFS] Get rid of redundant "required" in msg.Utako Kusaka2007-05-081-2/+1
| * [XFS] Export via a function xfs_buftarg_list for use by kdb/xfsidbg.Tim Shimmin2007-05-082-1/+12
| * [XFS] Remove unused ilen variable and references.Tim Shimmin2007-05-081-4/+0
| * [XFS] Fix to prevent the notorious 'NULL files' problem after a crash.Lachlan McIlroy2007-05-089-88/+208
| * [XFS] Fix race condition in xfs_write().Lachlan McIlroy2007-05-081-29/+32
| * [XFS] Fix uquota and oquota enforcement problems.Kouta Ooizumi2007-05-083-4/+12
| * [XFS] propogate return codes from flush routinesLachlan McIlroy2007-05-0810-22/+53
| * [XFS] Fix quotaon syscall failures for group enforcement requests.Donald Douwsma2007-05-081-3/+1
| * [XFS] Invalidate quotacheck when mounting without a quota type.Donald Douwsma2007-05-081-0/+11
| * [XFS] reducing the number of random number functions.Joe Perches2007-05-084-20/+3
| * [XFS] remove more misc. unused argsEric Sandeen2007-05-083-15/+8
| * [XFS] the "aendp" arg to xfs_dir2_data_freescan is always NULL, remove it.Eric Sandeen2007-05-085-21/+13
| * [XFS] The last argument "lsn" of xfs_trans_commit() is always called withEric Sandeen2007-05-0821-67/+50
* | Merge branch 'for-2.6.22' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2007-05-081-9/+8
|\ \
| * | [PATCH] splice: always call into page_cache_readahead()Jens Axboe2007-05-081-5/+3
| * | [PATCH] splice(): fix interaction with readaheadFengguang Wu2007-05-081-4/+5
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds2007-05-088-8/+31
|\ \
| * | JFS: Fix race waking up jfsIO kernel threadDave Kleikamp2007-05-051-1/+2
| * | JFS: use __set_current_state()Milind Arun Choudhary2007-04-263-6/+6
| * | Copy i_flags to jfs inode flags on writeDave Kleikamp2007-04-255-1/+23
* | | udf: possible null pointer dereference while load_partitionDmitriy Monakhov2007-05-081-0/+2
* | | udf: support files larger than 1GJan Kara2007-05-083-82/+180
* | | udf: add assertionsJan Kara2007-05-081-1/+3
* | | udf: use get_bh()Jan Kara2007-05-0812-177/+174
* | | UDF: introduce struct extent_positionJan Kara2007-05-088-445/+434
* | | udf: use sector_t and loff_t for file offsetsJan Kara2007-05-086-35/+38
* | | nfs: fix congestion control: use atomic_longsPeter Zijlstra2007-05-081-2/+2
* | | utimensat implementationUlrich Drepper2007-05-082-68/+137
* | | inode numbering: change libfs sb creation routines to avoid collisions with t...Jeff Layton2007-05-082-2/+25
* | | inode numbering: make static counters in new_inode and iunique be 32 bitsJeff Layton2007-05-081-2/+12
* | | Invalid return value of execve() resulting in oopsesAlexey Kuznetsov2007-05-081-0/+3
* | | procfs: use simple_read_from_buffer()Akinobu Mita2007-05-081-28/+7
* | | Fix error handling in HDIO_GETGEO compat wrapperAndreas Schwab2007-05-081-1/+3
* | | udf: decrement correct link count in udf_rmdirStephen Mollett2007-05-081-1/+1
* | | fat: fix VFAT compat ioctls on 64-bit systemsOGAWA Hirofumi2007-05-081-99/+100
* | | ext3: copy i_flags to inode flags on writeJan Kara2007-05-083-0/+22
* | | fat: don't use free_clusters for fat32OGAWA Hirofumi2007-05-081-3/+11
* | | reiserfs: use __set_current_state()Milind Arun Choudhary2007-05-081-1/+1
* | | jbd: check for error returned by kthread_create on creating journal threadPavel Emelianov2007-05-082-8/+18
* | | check privileges before setting mount propagationMiklos Szeredi2007-05-081-0/+3
* | | ext3: copy i_flags to inode flags on writeJan Kara2007-05-082-0/+21
* | | Introduce a handy list_first_entry macroPavel Emelianov2007-05-086-9/+9
* | | smbfs: remove unnecessary allow_signalEric W. Biederman2007-05-081-2/+0
* | | make iunique use a do/while loop rather than its obscure goto loopJeffrey Layton2007-05-081-14/+10
* | | Remove redundant check from proc_sys_setattr()John Johansen2007-05-081-5/+2