Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | split cap_mmap_addr() out of cap_file_mmap() | Al Viro | 2012-05-31 | 1 | -1/+2 | |
| * | | | | | | | | fsnotify: handle subfiles' perm events | Naohiro Aota | 2012-05-30 | 1 | -1/+1 | |
| * | | | | | | | | bury __kernel_nlink_t, make internal nlink_t consistent | Al Viro | 2012-05-30 | 2 | -5/+1 | |
| * | | | | | | | | brlocks/lglocks: turn into functions | Andi Kleen | 2012-05-29 | 1 | -99/+26 | |
| * | | | | | | | | lglock: remove online variants of lock | Rusty Russell | 2012-05-29 | 1 | -56/+2 | |
| * | | | | | | | | ->encode_fh() API change | Al Viro | 2012-05-29 | 1 | -2/+2 | |
* | | | | | | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2012-06-01 | 2 | -3/+58 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | ext4/jbd2: add metadata checksumming to the list of supported features | Darrick J. Wong | 2012-05-27 | 1 | -1/+2 | |
| * | | | | | | | | | jbd2: checksum journal superblock | Darrick J. Wong | 2012-05-27 | 1 | -0/+3 | |
| * | | | | | | | | | jbd2: Grab a reference to the crc32c driver if necessary | Darrick J. Wong | 2012-05-27 | 1 | -0/+23 | |
| * | | | | | | | | | jbd2: change disk layout for metadata checksumming | Darrick J. Wong | 2012-05-22 | 1 | -2/+28 | |
| * | | | | | | | | | ext4: create a new BH_Verified flag to avoid unnecessary metadata validation | Darrick J. Wong | 2012-04-29 | 1 | -0/+2 | |
* | | | | | | | | | | Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2012-06-01 | 3 | -2/+11 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | nfsd4: move rq_flavor into svc_cred | J. Bruce Fields | 2012-05-31 | 2 | -1/+1 | |
| * | | | | | | | | | nfsd4: move principal name into svc_cred | J. Bruce Fields | 2012-05-31 | 2 | -1/+9 | |
| * | | | | | | | | | SUNRPC: new svc_bind() routine introduced | Stanislav Kinsbursky | 2012-05-31 | 1 | -0/+1 | |
* | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-05-31 | 5 | -20/+48 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | keys: kill task_struct->replacement_session_keyring | Oleg Nesterov | 2012-05-23 | 1 | -2/+0 | |
| * | | | | | | | | | | keys: kill the dummy key_replace_session_keyring() | Oleg Nesterov | 2012-05-23 | 2 | -4/+0 | |
| * | | | | | | | | | | keys: change keyctl_session_to_parent() to use task_work_add() | Oleg Nesterov | 2012-05-23 | 1 | -4/+2 | |
| * | | | | | | | | | | genirq: reimplement exit_irq_thread() hook via task_work_add() | Oleg Nesterov | 2012-05-23 | 2 | -12/+2 | |
| * | | | | | | | | | | task_work_add: generic process-context callbacks | Oleg Nesterov | 2012-05-23 | 3 | -0/+46 | |
| * | | | | | | | | | | move key_repace_session_keyring() into tracehook_notify_resume() | Al Viro | 2012-05-23 | 1 | -0/+2 | |
| * | | | | | | | | | | TIF_NOTIFY_RESUME is defined on all targets now | Al Viro | 2012-05-23 | 1 | -2/+0 | |
* | | | | | | | | | | | Merge branch 'for-3.5-take-2' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2012-05-31 | 3 | -11/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | nfsd: make expkey cache allocated per network namespace context | Stanislav Kinsbursky | 2012-04-12 | 2 | -3/+1 | |
| * | | | | | | | | | | nfsd: make export cache allocated per network namespace context | Stanislav Kinsbursky | 2012-04-12 | 1 | -2/+2 | |
| * | | | | | | | | | | nfsd: pass network context to export caches init/shutdown routines | Stanislav Kinsbursky | 2012-04-11 | 1 | -2/+2 | |
| * | | | | | | | | | | Lockd: pass network namespace to creation and destruction routines | Stanislav Kinsbursky | 2012-04-11 | 1 | -2/+2 | |
| * | | | | | | | | | | nfsd: use cache detail pointer from svc_export structure on cache put | Stanislav Kinsbursky | 2012-04-11 | 1 | -1/+1 | |
| * | | | | | | | | | | nfsd: add link to owner cache detail to svc_export structure | Stanislav Kinsbursky | 2012-04-11 | 1 | -0/+1 | |
| * | | | | | | | | | | svcauth: remove unused define | Simo Sorce | 2012-04-11 | 1 | -1/+0 | |
| | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2012-05-31 | 20 | -75/+212 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | ||||||
| * | | | | | | | | | c/r: prctl: add ability to set new mm_struct::exe_file | Cyrill Gorcunov | 2012-05-31 | 1 | -0/+1 | |
| * | | | | | | | | | c/r: prctl: extend PR_SET_MM to set up more mm_struct entries | Cyrill Gorcunov | 2012-05-31 | 1 | -0/+5 | |
| * | | | | | | | | | syscalls, x86: add __NR_kcmp syscall | Cyrill Gorcunov | 2012-05-31 | 2 | -0/+19 | |
| * | | | | | | | | | aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector() | Christopher Yeoh | 2012-05-31 | 2 | -4/+11 | |
| * | | | | | | | | | eventfd: change int to __u64 in eventfd_signal() | Sha Zhengju | 2012-05-31 | 1 | -1/+1 | |
| * | | | | | | | | | rapidio: add DMA engine support for RIO data transfers | Alexandre Bounine | 2012-05-31 | 3 | -0/+68 | |
| * | | | | | | | | | mqueue: separate mqueue default value from maximum value | KOSAKI Motohiro | 2012-05-31 | 1 | -0/+2 | |
| * | | | | | | | | | mqueue: revert bump up DFLT_*MAX | KOSAKI Motohiro | 2012-05-31 | 1 | -3/+3 | |
| * | | | | | | | | | ipc/mqueue: update maximums for the mqueue subsystem | Doug Ledford | 2012-05-31 | 1 | -12/+35 | |
| * | | | | | | | | | ipc/mqueue: switch back to using non-max values on create | Doug Ledford | 2012-05-31 | 1 | -0/+2 | |
| * | | | | | | | | | ipc/mqueue: cleanup definition names and locations | Doug Ledford | 2012-05-31 | 1 | -0/+5 | |
| * | | | | | | | | | kexec: export kexec.h to user space | maximilian attems | 2012-05-31 | 2 | -22/+54 | |
| * | | | | | | | | | cpu: introduce clear_tasks_mm_cpumask() helper | Anton Vorontsov | 2012-05-31 | 1 | -0/+1 | |
| * | | | | | | | | | cred: remove task_is_dead() from __task_cred() validation | Oleg Nesterov | 2012-05-31 | 1 | -7/+3 | |
| * | | | | | | | | | kmod: move call_usermodehelper_fns() to .c file and unexport all it's helpers | Boaz Harrosh | 2012-05-31 | 1 | -28/+2 | |
| * | | | | | | | | | kmod: unexport call_usermodehelper_freeinfo() | Boaz Harrosh | 2012-05-31 | 1 | -4/+0 | |
| * | | | | | | | | | fat: introduce special inode for managing the FSINFO block | Artem Bityutskiy | 2012-05-31 | 1 | -1/+2 |