| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2009-01-07 | 1 | -8/+3 |
|\ |
|
| * | block: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-06 | 1 | -8/+3 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2009-01-07 | 6 | -171/+693 |
|\ \ |
|
| * | | fuse: clean up annotations of fc->lock | Harvey Harrison | 2008-12-02 | 2 | -5/+16 |
| * | | fuse: fix sparse warning in ioctl | Miklos Szeredi | 2008-12-02 | 1 | -1/+1 |
| * | | fuse: add fuse_conn->release() | Tejun Heo | 2008-11-26 | 2 | -1/+10 |
| * | | fuse: separate out fuse_conn_init() from new_conn() | Tejun Heo | 2008-11-26 | 2 | -57/+67 |
| * | | fuse: add fuse_ prefix to several functions | Tejun Heo | 2008-11-26 | 5 | -52/+54 |
| * | | fuse: implement poll support | Tejun Heo | 2008-11-26 | 4 | -0/+172 |
| * | | fuse: implement unsolicited notification | Tejun Heo | 2008-11-26 | 1 | -2/+25 |
| * | | fuse: add file kernel handle | Tejun Heo | 2008-11-26 | 4 | -4/+15 |
| * | | fuse: implement ioctl support | Tejun Heo | 2008-11-26 | 1 | -0/+280 |
| * | | fuse: don't let fuse_req->end() put the base reference | Tejun Heo | 2008-11-26 | 3 | -7/+4 |
| * | | fuse: style fixes | Miklos Szeredi | 2008-11-26 | 6 | -47/+54 |
* | | | bfs: check that filesystem fits on the blockdevice | Eric Sesterhenn | 2009-01-07 | 1 | -0/+12 |
* | | | bfs: add some basic sanity checks | Eric Sesterhenn | 2009-01-07 | 1 | -0/+33 |
* | | | fs/exec.c: make do_coredump() void | WANG Cong | 2009-01-07 | 1 | -2/+2 |
* | | | minix: fix add link's wrong position calculation | Evgeniy Dushistov | 2009-01-07 | 1 | -1/+1 |
* | | | autofs4: fix string validation check order | Ian Kent | 2009-01-07 | 1 | -6/+7 |
* | | | autofs4: make autofs type usage explicit | Ian Kent | 2009-01-07 | 5 | -17/+15 |
* | | | autofs4: fix var shadowed by local delaration | Ian Kent | 2009-01-07 | 1 | -3/+3 |
* | | | autofs4: improve parameter usage | Ian Kent | 2009-01-07 | 1 | -25/+29 |
* | | | fs/ecryptfs/inode.c: cleanup kerneldoc | Qinghuang Feng | 2009-01-07 | 1 | -2/+1 |
* | | | eCryptfs: Clean up ecryptfs_decode_from_filename() | Michael Halcrow | 2009-01-07 | 1 | -27/+24 |
* | | | eCryptfs: kerneldoc for ecryptfs_parse_tag_70_packet() | Michael Halcrow | 2009-01-07 | 1 | -0/+11 |
* | | | eCryptfs: Fix data types (int/size_t) | Michael Halcrow | 2009-01-07 | 4 | -16/+16 |
* | | | eCryptfs: Replace %Z with %z | Michael Halcrow | 2009-01-07 | 4 | -24/+24 |
* | | | eCryptfs: Filename Encryption: mount option | Michael Halcrow | 2009-01-07 | 1 | -27/+99 |
* | | | eCryptfs: Filename Encryption: filldir, lookup, and readlink | Michael Halcrow | 2009-01-07 | 4 | -242/+195 |
* | | | eCryptfs: Filename Encryption: Encoding and encryption functions | Michael Halcrow | 2009-01-07 | 1 | -0/+433 |
* | | | eCryptfs: Filename Encryption: Header updates | Michael Halcrow | 2009-01-07 | 2 | -14/+51 |
* | | | eCryptfs: Filename Encryption: Tag 70 packets | Michael Halcrow | 2009-01-07 | 3 | -70/+613 |
* | | | fs/ncpfs/getopt.c: cleanup keneldoc | Qinghuang Feng | 2009-01-07 | 1 | -1/+0 |
* | | | fs/binfmt_misc.c: add terminating newline to /proc/sys/fs/binfmt_misc/status | Qinghuang Feng | 2009-01-07 | 1 | -1/+1 |
* | | | fs: fix function param name in kernel-doc | Randy Dunlap | 2009-01-07 | 1 | -1/+1 |
* | | | fs/inode: fix kernel-doc notation | Randy Dunlap | 2009-01-07 | 1 | -4/+4 |
* | | | do_coredump(): check return from argv_split() | Tetsuo Handa | 2009-01-07 | 1 | -0/+5 |
* | | | add missing accounting calls to compat_sys_{readv,writev} | Gerd Hoffmann | 2009-01-07 | 1 | -0/+6 |
* | | | fs: fix name overwrite in __register_chrdev_region() | Cyrill Gorcunov | 2009-01-07 | 1 | -1/+1 |
* | | | percpu_counter: FBC_BATCH should be a variable | Eric Dumazet | 2009-01-07 | 2 | -4/+4 |
* | | | poll: allow f_op->poll to sleep | Tejun Heo | 2009-01-07 | 1 | -14/+62 |
* | | | fs: use menuconfig to control the Misc. filesystems menu | Randy Dunlap | 2009-01-07 | 1 | -2/+15 |
* | | | fs/exec.c:__bprm_mm_init(): clean up error handling | Luiz Fernando N. Capitulino | 2009-01-07 | 1 | -14/+6 |
* | | | fs: sys_sync fix | Nick Piggin | 2009-01-07 | 1 | -19/+1 |
* | | | fs: sync_sb_inodes fix | Nick Piggin | 2009-01-07 | 1 | -7/+53 |
* | | | fs: remove WB_SYNC_HOLD | Nick Piggin | 2009-01-07 | 1 | -10/+2 |
* | | | UBIFS: do not use WB_SYNC_HOLD | Artem Bityutskiy | 2009-01-07 | 1 | -1/+8 |
* | | | block_write_begin(): remove useless goto | Franck Bui-Huu | 2009-01-07 | 1 | -1/+0 |
* | | | hugetlb: unsigned ret cannot be negative | Roel Kluin | 2009-01-07 | 1 | -4/+8 |
* | | | fs: truncate blocks outside i_size after O_DIRECT write error | Dmitri Monakhov | 2009-01-07 | 1 | -0/+13 |