summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* async: make the final inode deletion an asynchronous eventArjan van de Ven2009-01-072-7/+23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-01-061-8/+3
|\
| * block: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-8/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2009-01-066-171/+693
|\ \
| * | fuse: clean up annotations of fc->lockHarvey Harrison2008-12-022-5/+16
| * | fuse: fix sparse warning in ioctlMiklos Szeredi2008-12-021-1/+1
| * | fuse: add fuse_conn->release()Tejun Heo2008-11-262-1/+10
| * | fuse: separate out fuse_conn_init() from new_conn()Tejun Heo2008-11-262-57/+67
| * | fuse: add fuse_ prefix to several functionsTejun Heo2008-11-265-52/+54
| * | fuse: implement poll supportTejun Heo2008-11-264-0/+172
| * | fuse: implement unsolicited notificationTejun Heo2008-11-261-2/+25
| * | fuse: add file kernel handleTejun Heo2008-11-264-4/+15
| * | fuse: implement ioctl supportTejun Heo2008-11-261-0/+280
| * | fuse: don't let fuse_req->end() put the base referenceTejun Heo2008-11-263-7/+4
| * | fuse: style fixesMiklos Szeredi2008-11-266-47/+54
* | | bfs: check that filesystem fits on the blockdeviceEric Sesterhenn2009-01-061-0/+12
* | | bfs: add some basic sanity checksEric Sesterhenn2009-01-061-0/+33
* | | fs/exec.c: make do_coredump() voidWANG Cong2009-01-061-2/+2
* | | minix: fix add link's wrong position calculationEvgeniy Dushistov2009-01-061-1/+1
* | | autofs4: fix string validation check orderIan Kent2009-01-061-6/+7
* | | autofs4: make autofs type usage explicitIan Kent2009-01-065-17/+15
* | | autofs4: fix var shadowed by local delarationIan Kent2009-01-061-3/+3
* | | autofs4: improve parameter usageIan Kent2009-01-061-25/+29
* | | fs/ecryptfs/inode.c: cleanup kerneldocQinghuang Feng2009-01-061-2/+1
* | | eCryptfs: Clean up ecryptfs_decode_from_filename()Michael Halcrow2009-01-061-27/+24
* | | eCryptfs: kerneldoc for ecryptfs_parse_tag_70_packet()Michael Halcrow2009-01-061-0/+11
* | | eCryptfs: Fix data types (int/size_t)Michael Halcrow2009-01-064-16/+16
* | | eCryptfs: Replace %Z with %zMichael Halcrow2009-01-064-24/+24
* | | eCryptfs: Filename Encryption: mount optionMichael Halcrow2009-01-061-27/+99
* | | eCryptfs: Filename Encryption: filldir, lookup, and readlinkMichael Halcrow2009-01-064-242/+195
* | | eCryptfs: Filename Encryption: Encoding and encryption functionsMichael Halcrow2009-01-061-0/+433
* | | eCryptfs: Filename Encryption: Header updatesMichael Halcrow2009-01-062-14/+51
* | | eCryptfs: Filename Encryption: Tag 70 packetsMichael Halcrow2009-01-063-70/+613
* | | fs/ncpfs/getopt.c: cleanup keneldocQinghuang Feng2009-01-061-1/+0
* | | fs/binfmt_misc.c: add terminating newline to /proc/sys/fs/binfmt_misc/statusQinghuang Feng2009-01-061-1/+1
* | | fs: fix function param name in kernel-docRandy Dunlap2009-01-061-1/+1
* | | fs/inode: fix kernel-doc notationRandy Dunlap2009-01-061-4/+4
* | | do_coredump(): check return from argv_split()Tetsuo Handa2009-01-061-0/+5
* | | add missing accounting calls to compat_sys_{readv,writev}Gerd Hoffmann2009-01-061-0/+6
* | | fs: fix name overwrite in __register_chrdev_region()Cyrill Gorcunov2009-01-061-1/+1
* | | percpu_counter: FBC_BATCH should be a variableEric Dumazet2009-01-062-4/+4
* | | poll: allow f_op->poll to sleepTejun Heo2009-01-061-14/+62
* | | fs: use menuconfig to control the Misc. filesystems menuRandy Dunlap2009-01-061-2/+15
* | | fs/exec.c:__bprm_mm_init(): clean up error handlingLuiz Fernando N. Capitulino2009-01-061-14/+6
* | | fs: sys_sync fixNick Piggin2009-01-061-19/+1
* | | fs: sync_sb_inodes fixNick Piggin2009-01-061-7/+53
* | | fs: remove WB_SYNC_HOLDNick Piggin2009-01-061-10/+2
* | | UBIFS: do not use WB_SYNC_HOLDArtem Bityutskiy2009-01-061-1/+8
* | | block_write_begin(): remove useless gotoFranck Bui-Huu2009-01-061-1/+0
* | | hugetlb: unsigned ret cannot be negativeRoel Kluin2009-01-061-4/+8