Age | Commit message (Expand) | Author | Files | Lines |
2007-07-16 | ext3/ext4: orphan list check on destroy_inode | Vasily Averin | 2 | -0/+16 |
2007-07-16 | Remove capability.h from mm.h | Alexey Dobriyan | 1 | -0/+1 |
2007-07-16 | seq_file: more atomicity in traverse() | Alexey Dobriyan | 1 | -6/+10 |
2007-07-16 | O_CLOEXEC for SCM_RIGHTS | Ulrich Drepper | 1 | -1/+1 |
2007-07-16 | Introduce O_CLOEXEC | Ulrich Drepper | 1 | -3/+11 |
2007-07-16 | buffer: kill old incorrect comment | Eric W. Biederman | 1 | -5/+0 |
2007-07-16 | fs/block_dev.c: use list_for_each_entry() | Matthias Kaehlcke | 1 | -4/+2 |
2007-07-16 | mutex_unlock() later in seq_lseek() | Alexey Dobriyan | 1 | -1/+1 |
2007-07-16 | ext2: fix a comment when ext2_release_file() is called | Jan Kara | 1 | -3/+3 |
2007-07-16 | /proc/*/environ: wrong placing of ptrace_may_attach() check | Alexey Dobriyan | 1 | -3/+8 |
2007-07-16 | remove useless tolower in isofs | young dave | 1 | -1/+1 |
2007-07-16 | AFS: drop explicit extern | Randy Dunlap | 1 | -1/+1 |
2007-07-16 | AFS: implement file locking | David Howells | 13 | -15/+881 |
2007-07-16 | procfs directory entry cleanup | Changli Gao | 1 | -13/+7 |
2007-07-16 | Only send SIGXFSZ when exceeding rlimits. | Micah Cowan | 2 | -3/+0 |
2007-07-16 | PIE randomization | Jan Kratochvil | 1 | -23/+86 |
2007-07-16 | isofs: fix up CodingStyle | Dave Jones | 4 | -261/+277 |
2007-07-16 | fix compiler warnings in acorn.c | Denver Gingerich | 1 | -0/+9 |
2007-07-16 | fat: gcc 4.3 warning fix | OGAWA Hirofumi | 2 | -15/+19 |
2007-07-16 | Make NFS client use seq_list_xxx helpers | Pavel Emelianov | 1 | -48/+6 |
2007-07-16 | Make /proc/self/mounts(tats) use seq_list_xxx helpers | Pavel Emelianov | 1 | -11/+5 |
2007-07-16 | Make /proc/tty/drivers use seq_list_xxx helpers | Pavel Emelianov | 1 | -12/+3 |
2007-07-16 | Make AFS use seq_list_xxx helpers | Pavel Emelianov | 1 | -70/+11 |
2007-07-16 | vxfs warning fixes | Andrew Morton | 1 | -1/+1 |
2007-07-16 | UDF: check for allocated memory for inode data | Cyrill Gorcunov | 1 | -12/+39 |
2007-07-16 | UDF: check for allocated memory for data of new inodes | Cyrill Gorcunov | 1 | -1/+8 |
2007-07-16 | Use boot based time for uptime in /proc | Tomas Janousek | 1 | -0/+1 |
2007-07-16 | Use boot based time for process start time and boot time in /proc | Tomas Janousek | 2 | -5/+6 |
2007-07-16 | Fix rmmod/read/write races in /proc entries | Alexey Dobriyan | 2 | -3/+283 |
2007-07-16 | invalidate_mapping_pages(): add cond_resched | Andrew Morton | 1 | -1/+1 |
2007-07-16 | jbd2 commit: fix transaction dropping | Jan Kara | 1 | -1/+2 |
2007-07-16 | jbd commit: fix transaction dropping | Jan Kara | 1 | -1/+2 |
2007-07-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri... | Linus Torvalds | 25 | -5073/+569 |
2007-07-16 | Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6 | Linus Torvalds | 65 | -1140/+3262 |
2007-07-16 | wrong order of arguments of ->readdir() | Al Viro | 1 | -1/+1 |
2007-07-15 | 9p: re-enable mount time debug option | Eric Van Hensbergen | 2 | -2/+7 |
2007-07-15 | 9p: cache meta-data when cache=loose | Eric Van Hensbergen | 2 | -2/+15 |
2007-07-15 | 9p: Reorganization of 9p file system code | Latchesar Ionkov | 25 | -5075/+553 |
2007-07-14 | [XFS] Fix lockdep annotations for xfs_lock_inodes | David Chinner | 2 | -8/+11 |
2007-07-14 | [XFS] Fix XFS_IOC_FSBULKSTAT{,_SINGLE} & XFS_IOC_FSINUMBERS in compat mode | Michal Marek | 4 | -33/+255 |
2007-07-14 | [XFS] Compat ioctl handler for handle operations | Michal Marek | 1 | -5/+52 |
2007-07-14 | [XFS] Compat ioctl handler for XFS_IOC_FSGEOMETRY_V1. | Michal Marek | 1 | -1/+41 |
2007-07-14 | [XFS] Clean up function name handling in tracing code | Eric Sandeen | 5 | -273/+150 |
2007-07-14 | [XFS] Quota inode has no parent. | David Chinner | 2 | -6/+10 |
2007-07-14 | [XFS] Concurrent Multi-File Data Streams | David Chinner | 21 | -12/+1730 |
2007-07-14 | [XFS] Use uninitialized_var macro to stop warning about rtx | Andrew Morton | 1 | -1/+2 |
2007-07-14 | [XFS] XFS should not be looking at filp reference counts | Christoph Hellwig | 3 | -47/+16 |
2007-07-14 | [XFS] Use is_power_of_2 instead of open coding checks | Vignesh Babu | 1 | -2/+3 |
2007-07-14 | [XFS] Reduce shouting by removing unnecessary macros from dir2 code. | Christoph Hellwig | 11 | -324/+283 |
2007-07-14 | [XFS] Simplify XFS min/max macros. | David Chinner | 1 | -24/+8 |