summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Fix race between proc_get_inode() and remove_proc_entry()Alexey Dobriyan2007-05-082-8/+6Star
* add filesystem subtype supportMiklos Szeredi2007-05-084-6/+48
* epoll: optimizations and cleanupsDavide Libenzi2007-05-081-147/+86Star
* ext3: dirindex error pointer issuesDmitriy Monakhov2007-05-082-22/+30
* Merge sys_clone()/sys_unshare() nsproxy and namespace handlingBadari Pulavarty2007-05-081-23/+7Star
* exec: fix remove_arg_zeroNick Piggin2007-05-081-16/+34
* reiserfs: correct misspelled "REISERFS_PROC_INFO" to "CONFIG_REISERFS_PROC_INFO"Robert P. J. Day2007-05-081-1/+1
* reiserfs: shrink superblock if no xattrsAlexey Dobriyan2007-05-081-2/+4
* reiserfs: possible null pointer dereference during resizeDmitriy Monakhov2007-05-081-0/+4
* freevxfs: possible null pointer dereference fixDmitriy Monakhov2007-05-082-2/+2
* is_power_of_2 in fs/block_dev.cVignesh Babu BM2007-05-081-1/+2
* is_power_of_2 in fs/hfsVignesh Babu BM2007-05-082-2/+4
* is_power_of_2 in fatVignesh Babu BM2007-05-081-4/+3Star
* devpts: add fsnotify create eventFlorin Malita2007-05-081-1/+4
* use use SEEK_MAX to validate user lseek argumentsChris Snook2007-05-081-2/+2
* use symbolic constants in generic lseek codeChris Snook2007-05-081-6/+6
* mm: shrink parent dentries when shrinking slabAndrew Morton2007-05-081-1/+1
* fix quadratic behavior of shrink_dcache_parent()Miklos Szeredi2007-05-081-37/+67
* reduce size of task_struct on 64-bit machinesWilliam Cohen2007-05-081-2/+2
* ext2/3/4: fix file date underflow on ext2 3 filesystems on 64 bit systemsMarkus Rechberger2007-05-083-9/+9
* Allow access to /proc/$PID/fd after setuid()Alexey Dobriyan2007-05-081-0/+18
* block_write_full_page(): report ENOSPCAndrew Morton2007-05-081-0/+1
* Factor outstanding I/O error handlingGuillaume Chazarain2007-05-082-18/+3Star
* uml: hostfs style fixesJeff Dike2007-05-083-171/+167Star
* uml: make hostfs_setattr() support operations on unlinked open filesAlberto Bertogli2007-05-083-44/+74
* mm: move common segment checks to separate helper functionDmitriy Monakhov2007-05-082-37/+6Star
* Merge branch 'server-cluster-locking-api' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2007-05-0712-200/+524
|\
| * gfs2: nfs lock support for gfs2Marc Eshel2007-05-072-10/+104
| * lockd: add code to handle deferred lock requestsMarc Eshel2007-05-074-7/+40
| * lockd: always preallocate block in nlmsvc_lock()Marc Eshel2007-05-071-23/+11Star
| * lockd: handle test_lock deferralsMarc Eshel2007-05-073-16/+73
| * lockd: pass cookie in nlmsvc_testlockMarc Eshel2007-05-073-4/+5
| * lockd: handle fl_grant callbacksMarc Eshel2007-05-071-4/+87
| * lockd: save lock state on deferralMarc Eshel2007-05-071-0/+25
| * locks: add fl_grant callback for asynchronous lock returnMarc Eshel2007-05-071-0/+19
| * nfsd4: Convert NFSv4 to new lock interfaceMarc Eshel2007-05-071-7/+13
| * locks: add lock cancel commandMarc Eshel2007-05-071-0/+16
| * locks: allow {vfs,posix}_lock_file to return conflicting lockMarc Eshel2007-05-074-33/+30Star
| * locks: factor out generic/filesystem switch from setlock codeMarc Eshel2007-05-071-32/+36
| * locks: factor out generic/filesystem switch from test_lockJ. Bruce Fields2007-05-071-13/+25
| * locks: give posix_test_lock same interface as ->lockMarc Eshel2007-05-067-50/+31Star
| * locks: make ->lock release private data before returning in GETLK caseJ. Bruce Fields2007-05-062-4/+1Star
| * locks: create posix-to-flock helper functionsJ. Bruce Fields2007-04-161-25/+36
| * locks: trivial removal of unnecessary parenthesesJ. Bruce Fields2007-04-161-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds2007-05-0725-2058/+2150
|\ \
| * | [GFS2] Uncomment sprintf_symbol calling codeSteven Whitehouse2007-05-011-12/+0Star
| * | [DLM] lowcomms styleDavid Teigland2007-05-011-30/+37
| * | [GFS2] printk warning fixesakpm@linux-foundation.org2007-05-011-4/+7
| * | [GFS2] Patch to fix mmap of stuffed filesSteven Whitehouse2007-05-011-3/+14
| * | [GFS2] use lib/parser for parsing mount optionsJosef Bacik2007-05-011-96/+143