summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Remove redundant check from proc_setattr()John Johansen2007-05-081-5/+2
* | | proc: cleanup: use seq_release_private() where appropriateMartin Peschke2007-05-081-8/+1
* | | cleanup compat ioctl handlingChristoph Hellwig2007-05-083-176/+166
* | | partition: add support for sysv68 partitionsPhilippe De Muyter2007-05-085-0/+107
* | | merge compat_ioctl.h into compat_ioctl.cChristoph Hellwig2007-05-081-1/+828
* | | ROUND_UP macro cleanup in fs/smbfs/request.cMilind Arun Choudhary2007-05-081-4/+3
* | | ROUND_UP macro cleanup in fs/(select|compat|readdir).cMilind Arun Choudhary2007-05-083-21/+15
* | | i386: sched.h inclusion from module.h is baackAlexey Dobriyan2007-05-081-0/+1
* | | Fix race between cat /proc/*/wchan and rmmod et alAlexey Dobriyan2007-05-081-6/+5
* | | Simplify kallsyms_lookup()Alexey Dobriyan2007-05-081-3/+2
* | | (re)register_binfmt returns with -EBUSYkalash nainwal2007-05-081-0/+1
* | | header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-08100-100/+0
* | | make remove_inode_dquot_ref() staticAdrian Bunk2007-05-081-1/+2
* | | Protect tty drivers list with tty_mutexAlexey Dobriyan2007-05-081-0/+3
* | | Remove do_sync_file_range()Mark Fasheh2007-05-081-1/+1
* | | reiserfs: proc support requires PROC_FSRandy Dunlap2007-05-081-1/+1
* | | /proc/*/oom_score oops re badnessAlexey Dobriyan2007-05-081-0/+2
* | | VFS: delay the dentry name generation on sockets and pipesEric Dumazet2007-05-082-6/+43