Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | fs/ncpfs/getopt.c: cleanup keneldoc | Qinghuang Feng | 2009-01-06 | 1 | -1/+0 | |
* | | | | fs/binfmt_misc.c: add terminating newline to /proc/sys/fs/binfmt_misc/status | Qinghuang Feng | 2009-01-06 | 1 | -1/+1 | |
* | | | | fs: fix function param name in kernel-doc | Randy Dunlap | 2009-01-06 | 1 | -1/+1 | |
* | | | | fs/inode: fix kernel-doc notation | Randy Dunlap | 2009-01-06 | 1 | -4/+4 | |
* | | | | do_coredump(): check return from argv_split() | Tetsuo Handa | 2009-01-06 | 1 | -0/+5 | |
* | | | | add missing accounting calls to compat_sys_{readv,writev} | Gerd Hoffmann | 2009-01-06 | 1 | -0/+6 | |
* | | | | fs: fix name overwrite in __register_chrdev_region() | Cyrill Gorcunov | 2009-01-06 | 1 | -1/+1 | |
* | | | | percpu_counter: FBC_BATCH should be a variable | Eric Dumazet | 2009-01-06 | 2 | -4/+4 | |
* | | | | poll: allow f_op->poll to sleep | Tejun Heo | 2009-01-06 | 1 | -14/+62 | |
* | | | | fs: use menuconfig to control the Misc. filesystems menu | Randy Dunlap | 2009-01-06 | 1 | -2/+15 | |
* | | | | fs/exec.c:__bprm_mm_init(): clean up error handling | Luiz Fernando N. Capitulino | 2009-01-06 | 1 | -14/+6 | |
* | | | | fs: sys_sync fix | Nick Piggin | 2009-01-06 | 1 | -19/+1 | |
* | | | | fs: sync_sb_inodes fix | Nick Piggin | 2009-01-06 | 1 | -7/+53 | |
* | | | | fs: remove WB_SYNC_HOLD | Nick Piggin | 2009-01-06 | 1 | -10/+2 | |
* | | | | UBIFS: do not use WB_SYNC_HOLD | Artem Bityutskiy | 2009-01-06 | 1 | -1/+8 | |
* | | | | block_write_begin(): remove useless goto | Franck Bui-Huu | 2009-01-06 | 1 | -1/+0 | |
* | | | | hugetlb: unsigned ret cannot be negative | Roel Kluin | 2009-01-06 | 1 | -4/+8 | |
* | | | | fs: truncate blocks outside i_size after O_DIRECT write error | Dmitri Monakhov | 2009-01-06 | 1 | -0/+13 | |
* | | | | mm: remove GFP_HIGHUSER_PAGECACHE | Hugh Dickins | 2009-01-06 | 1 | -2/+2 | |
* | | | | do_mpage_readpage(): remove useless clear_buffer_mapped() call | Franck Bui-Huu | 2009-01-06 | 1 | -1/+0 | |
* | | | | mm: do_sync_mapping_range integrity fix | Nick Piggin | 2009-01-06 | 1 | -1/+1 | |
* | | | | do_mpage_readpage(): don't submit lots of small bios on boundary | Miquel van Smoorenburg | 2009-01-06 | 1 | -1/+4 | |
* | | | | mm: report the MMU pagesize in /proc/pid/smaps | Mel Gorman | 2009-01-06 | 1 | -2/+4 | |
* | | | | mm: report the pagesize backing a VMA in /proc/pid/smaps | Mel Gorman | 2009-01-06 | 1 | -2/+4 | |
| |/ / |/| | | ||||||
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei... | Linus Torvalds | 2009-01-05 | 12 | -130/+316 | |
|\ \ \ | ||||||
| * | | | dlm: fs/dlm/ast.c: fix warning | Andrew Morton | 2008-12-23 | 1 | -22/+17 | |
| * | | | dlm: add new debugfs entry | David Teigland | 2008-12-23 | 2 | -50/+247 | |
| * | | | dlm: add time stamp of blocking callback | David Teigland | 2008-12-23 | 2 | -0/+3 | |
| * | | | dlm: change lock time stamping | David Teigland | 2008-12-23 | 4 | -19/+19 | |
| * | | | dlm: improve how bast mode handling | David Teigland | 2008-12-23 | 5 | -15/+17 | |
| * | | | dlm: remove extra blocking callback check | David Teigland | 2008-12-23 | 1 | -6/+1 | |
| * | | | dlm: replace schedule with cond_resched | Steven Whitehouse | 2008-12-23 | 1 | -1/+1 | |
| * | | | dlm: remove kmap/kunmap | Steven Whitehouse | 2008-12-23 | 1 | -7/+0 | |
| * | | | dlm: trivial annotation of be16 value | Harvey Harrison | 2008-12-23 | 1 | -9/+9 | |
| * | | | dlm: fix up memory allocation flags | Steven Whitehouse | 2008-12-23 | 3 | -4/+5 | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw | Linus Torvalds | 2009-01-05 | 42 | -1084/+961 | |
|\ \ \ \ | ||||||
| * | | | | GFS2: Use DEFINE_SPINLOCK | Julia Lawall | 2009-01-05 | 1 | -1/+1 | |
| * | | | | GFS2: Fix use-after-free bug on umount (try #2) | Steven Whitehouse | 2009-01-05 | 2 | -9/+12 | |
| * | | | | Revert "GFS2: Fix use-after-free bug on umount" | Steven Whitehouse | 2009-01-05 | 6 | -94/+114 | |
| * | | | | GFS2: Streamline alloc calculations for writes | Steven Whitehouse | 2009-01-05 | 4 | -49/+42 | |
| * | | | | GFS2: Send useful information with uevent messages | Steven Whitehouse | 2009-01-05 | 1 | -2/+10 | |
| * | | | | GFS2: Fix use-after-free bug on umount | Steven Whitehouse | 2009-01-05 | 6 | -114/+94 | |
| * | | | | GFS2: Remove ancient, unused code | Steven Whitehouse | 2009-01-05 | 3 | -18/+0 | |
| * | | | | GFS2: Move four functions from super.c | Steven Whitehouse | 2009-01-05 | 5 | -168/+167 | |
| * | | | | GFS2: Fix bug in gfs2_lock_fs_check_clean() | Steven Whitehouse | 2009-01-05 | 4 | -75/+68 | |
| * | | | | GFS2: Send some sensible sysfs stuff | Steven Whitehouse | 2009-01-05 | 2 | -2/+30 | |
| * | | | | GFS2: Kill two daemons with one patch | Steven Whitehouse | 2009-01-05 | 13 | -341/+130 | |
| * | | | | GFS2: Move gfs2_recoverd into recovery.c | Steven Whitehouse | 2009-01-05 | 6 | -43/+45 | |
| * | | | | GFS2: Fix "truncate in progress" hang | Steven Whitehouse | 2009-01-05 | 7 | -7/+75 | |
| * | | | | GFS2: Clean up & move gfs2_quotad | Steven Whitehouse | 2009-01-05 | 9 | -69/+84 |